1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 09:47:13 +00:00

Revert "Fixed thread navigation from recent apps"

This reverts commit 0ca6dd2e56.
This commit is contained in:
M66B 2020-09-16 09:05:02 +02:00
parent d719a7a951
commit 3a589c3192

View file

@ -606,9 +606,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
@Override @Override
protected void onNewIntent(Intent intent) { protected void onNewIntent(Intent intent) {
Intent clone = new Intent(intent); super.onNewIntent(intent);
clone.setAction(null);
super.onNewIntent(clone);
setIntent(intent); setIntent(intent);
} }