mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-15 08:29:24 +00:00
Clean backstack on view thread from notification
This commit is contained in:
parent
9de799d92d
commit
828cf21e6b
1 changed files with 2 additions and 0 deletions
|
@ -463,6 +463,8 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
|||
if (action != null && action.startsWith("thread")) {
|
||||
intent.setAction(null);
|
||||
setIntent(intent);
|
||||
|
||||
getSupportFragmentManager().popBackStack("unified", 0);
|
||||
intent.putExtra("id", Long.parseLong(action.split(":")[1]));
|
||||
onViewThread(intent);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue