Updated on 2026-08-14

This commit is contained in:
Tangem 2020-04-13 09:47:51 +03:00
parent 3661133163
commit 5fca201e8e

View file

@ -71,10 +71,4 @@ class SettingsFragment : PreferenceFragmentCompat(), SharedPreferences.OnSharedP
preferenceScreen.sharedPreferences
.unregisterOnSharedPreferenceChangeListener(this);
}
override fun onDestroyView() {
(activity as AppCompatActivity).setSupportActionBar(toolbar)
super.onDestroyView()
}
}