Skip to content

Commit

Permalink
Register experimental toggle to trigger app restart notice
Browse files Browse the repository at this point in the history
  • Loading branch information
wax911 committed Apr 22, 2022
1 parent f7ed5b9 commit 2ba506e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ class SettingsActivity : ActivityBase<Nothing, BasePresenter>() {
override fun onSharedPreferenceChanged(preferences: SharedPreferences?, key: String?) {
activity?.apply {
when (key) {
getString(R.string.pref_key_experimental_markdown),
getString(R.string.pref_key_display_adult_content),
getString(R.string.pref_key_crash_reports),
getString(R.string.pref_key_usage_analytics),
Expand Down

0 comments on commit 2ba506e

Please sign in to comment.