From 943455658bf90df9c7139512790e065fc7292e0d Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Wed, 23 Sep 2020 15:11:48 +0200 Subject: [PATCH] Issue #13270: Do not launch into Fennec's task anymore. Initially we did this to avoid a duplicated task right after the migration from Fennec. We'd end up with the original task from Fennec and the new one from Fenix; with the Fennec task still showing Fennec in the app switcher, but launching Fenix once selected. Anyhow, now on Android 11 this causes the Fenix task to get duplicated. The simple fix is to not do any of that anymore. This may re-introduce the problem with the Fennec migration, but: * We are at 100% rollout for quite some time. There are still users migrating, but the impact of the bug is much lower. * The bug after the migration was only temporary. This bug here is happening every time you launch Fenix. So I'd rather fix this than a possible inconvenience right after the migration. --- app/src/migration/AndroidManifest.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/migration/AndroidManifest.xml b/app/src/migration/AndroidManifest.xml index b89be3825..a90db330d 100644 --- a/app/src/migration/AndroidManifest.xml +++ b/app/src/migration/AndroidManifest.xml @@ -19,12 +19,10 @@