mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Fix crash when opening notification settings.
This commit is contained in:
@@ -184,7 +184,7 @@ public final class EnableCallNotificationSettingsDialog extends DialogFragment {
|
||||
}
|
||||
|
||||
private void showNotificationChannelSettings() {
|
||||
NotificationChannels.getInstance().openChannelSettings(NotificationChannels.CALLS, null);
|
||||
NotificationChannels.getInstance().openChannelSettings(requireActivity(), NotificationChannels.CALLS, null);
|
||||
}
|
||||
|
||||
private void showAppSettings() {
|
||||
|
||||
Reference in New Issue
Block a user