mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 16:40:53 +01:00
@@ -436,7 +436,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
private void checkIntent(Intent intent) {
|
||||
Log.i(Helper.TAG, "View intent=" + intent + " action=" + intent.getAction());
|
||||
String action = intent.getAction();
|
||||
if ("unseen".equals(action)) {
|
||||
if ("notification".equals(action)) {
|
||||
intent.setAction(null);
|
||||
setIntent(intent);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user