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:
parent
d719a7a951
commit
3a589c3192
1 changed files with 1 additions and 3 deletions
|
@ -606,9 +606,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
|||
|
||||
@Override
|
||||
protected void onNewIntent(Intent intent) {
|
||||
Intent clone = new Intent(intent);
|
||||
clone.setAction(null);
|
||||
super.onNewIntent(clone);
|
||||
super.onNewIntent(intent);
|
||||
setIntent(intent);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue