mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 18:30:20 +01:00
Fix bad donor badge input behaviour.
This commit is contained in:
committed by
Greyson Parrelli
parent
1b471e163d
commit
93e5052d6b
@@ -36,7 +36,7 @@ abstract class DSLSettingsFragment(
|
||||
}
|
||||
|
||||
toolbar?.setNavigationOnClickListener {
|
||||
requireActivity().onBackPressed()
|
||||
onToolbarNavigationClicked()
|
||||
}
|
||||
|
||||
if (menuId != -1) {
|
||||
@@ -67,6 +67,10 @@ abstract class DSLSettingsFragment(
|
||||
return Material3OnScrollHelper(requireActivity(), toolbar)
|
||||
}
|
||||
|
||||
open fun onToolbarNavigationClicked() {
|
||||
requireActivity().onBackPressed()
|
||||
}
|
||||
|
||||
override fun onDestroyView() {
|
||||
super.onDestroyView()
|
||||
recyclerView = null
|
||||
|
||||
Reference in New Issue
Block a user