Revert "Fixed thread navigation from recent apps"

This reverts commit 0ca6dd2e56.
pull/185/head
M66B 4 years ago
parent d719a7a951
commit 3a589c3192

@ -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…
Cancel
Save