Fix crash when opening notification settings.

This commit is contained in:
Cody Henthorne
2022-12-06 13:11:22 -05:00
parent 260e572071
commit 1764b21214
4 changed files with 7 additions and 6 deletions

View File

@@ -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() {