Skip to content

Commit

Permalink
App hints - strings constant replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
ZayJackPrvy committed Oct 13, 2024
1 parent fbbf93c commit 7229f96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/be/scri/fragments/AboutFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ class AboutFragment : Fragment() {
Toast.makeText(context, "Unknown installation source", Toast.LENGTH_SHORT).show()
}
}

override fun onResume() {
super.onResume()
(activity as MainActivity).showHint("hint_shown_about", R.string.app_about_app_hint)
Expand Down

0 comments on commit 7229f96

Please sign in to comment.