Make Custom Notification dialog dismiss itself on up press.

This commit is contained in:
Cody Henthorne 2020-06-07 10:23:41 -04:00
parent d0ca9ba6a6
commit 98ab23c1a3

View file

@ -101,7 +101,7 @@ public class CustomNotificationsDialogFragment extends DialogFragment {
Toolbar toolbar = view.findViewById(R.id.custom_notifications_toolbar);
toolbar.setNavigationOnClickListener(v -> requireActivity().finish());
toolbar.setNavigationOnClickListener(v -> dismissAllowingStateLoss());
CompoundButton.OnCheckedChangeListener onCustomNotificationsSwitchCheckChangedListener = (buttonView, isChecked) -> {
viewModel.setHasCustomNotifications(isChecked);