mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-24 11:45:28 +00:00
Fix navigation bug after deleting notification profile.
This commit is contained in:
committed by
Greyson Parrelli
parent
8014a70134
commit
a15ba60252
@@ -86,7 +86,7 @@ class NotificationProfileDetailsFragment : DSLSettingsFragment() {
|
||||
adapter.submitList(getConfiguration(state).toMappingModelList())
|
||||
}
|
||||
NotificationProfileDetailsViewModel.State.NotLoaded -> Unit
|
||||
NotificationProfileDetailsViewModel.State.Invalid -> findNavController().navigateUp()
|
||||
NotificationProfileDetailsViewModel.State.Invalid -> requireActivity().onBackPressed()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user