Skip to content

Commit

Permalink
revert title after update
Browse files Browse the repository at this point in the history
  • Loading branch information
tsynik committed Oct 26, 2023
1 parent 8a9e883 commit ca29e2b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ class PlayActivity : AppCompatActivity() {
showProgress(it)
}
}
withContext(Dispatchers.Main) {
findViewById<TextView>(R.id.info_title)?.setText(R.string.app_name)
}
withContext(Dispatchers.Main) {
processIntent()
}
Expand Down

0 comments on commit ca29e2b

Please sign in to comment.