mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Fixed opening incorrect message from notification
This commit is contained in:
@@ -1056,7 +1056,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
onMenuOutbox();
|
||||
|
||||
} else if (action.startsWith("thread")) {
|
||||
intent.putExtra("thread", action.split(":", 2)[1]);
|
||||
intent.putExtra("id", Long.parseLong(action.split(":", 2)[1]));
|
||||
onViewThread(intent);
|
||||
|
||||
} else if (action.equals("widget")) {
|
||||
|
||||
Reference in New Issue
Block a user