Skip to content

Commit

Permalink
Silence lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed May 30, 2024
1 parent 09e0f9e commit 7368220
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AboutFragment : NavigationFragment(R.layout.about_fragment) {

override fun onViewStateRestored(savedInstanceState: Bundle?) {
super.onViewStateRestored(savedInstanceState)
toolbar.title = "%s %s".format(getString(R.string.app_name), BuildConfig.VERSION_NAME)
toolbar.title = "${getString(R.string.app_name)} ${BuildConfig.VERSION_NAME}"

pagerAdapter = PagerAdapter(this)

Expand Down

0 comments on commit 7368220

Please sign in to comment.