Back to the future

pull/185/head
M66B 4 years ago
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…
Cancel
Save