mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 03:11:10 +01:00
Force use of system settings to configure notifications on SDK30+.
This commit is contained in:
committed by
Alex Hart
parent
68ba3433a3
commit
06a49b5d5a
@@ -184,7 +184,7 @@ public final class EnableCallNotificationSettingsDialog extends DialogFragment {
|
||||
}
|
||||
|
||||
private void showNotificationChannelSettings() {
|
||||
NotificationChannels.openChannelSettings(requireContext(), NotificationChannels.CALLS);
|
||||
NotificationChannels.openChannelSettings(requireContext(), NotificationChannels.CALLS, null);
|
||||
}
|
||||
|
||||
private void showAppSettings() {
|
||||
|
||||
Reference in New Issue
Block a user