Back to the future

This commit is contained in:
M66B 2020-09-15 20:51:39 +02:00
parent e2d81c167f
commit 4f019f3727
1 changed files with 2 additions and 1 deletions

View File

@ -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))