mirror of https://github.com/M66B/FairEmail.git
Back to the future
This commit is contained in:
parent
e2d81c167f
commit
4f019f3727
|
@ -969,10 +969,11 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
|||
}
|
||||
|
||||
String action = intent.getAction();
|
||||
Log.i("View intent=" + intent + " action=" + action);
|
||||
boolean recents = (getIntent().getFlags() & Intent.FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY) != 0;
|
||||
if (action != null) {
|
||||
intent.setAction(null);
|
||||
setIntent(new Intent(intent));
|
||||
setIntent(intent);
|
||||
|
||||
if (action.startsWith("unified")) {
|
||||
if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
|
||||
|
|
Loading…
Reference in New Issue