Skip to content

Commit f8fc593

Browse files
authored
Crash on Permissions dialog (uplift to 1.47.x) (#16684)
1 parent 69b5c20 commit f8fc593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/java/org/chromium/chrome/browser/app/BraveActivity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1629,7 +1629,7 @@ public void onNewIntent(Intent intent) {
16291629
openNewOrSelectExistingTab(openUrl);
16301630
}
16311631
}
1632-
checkAndshowNotificationWarningDialog();
1632+
checkForNotificationData();
16331633
}
16341634

16351635
@Override

0 commit comments

Comments
 (0)