Remove empty task affinity

By default, all activities of the app share the same task affinity. By
setting it to "" for this activity, on launch the splash screen and the
home activity are launched as two separate tasks (tested on Android 11).

Change-Id: I60e3791017b6c33288d152cf97c5af04ae8979eb
This commit is contained in:
SpiritCroc 2020-11-29 17:59:58 +01:00
parent 50b357642f
commit 3cb5f6087c

View file

@ -62,7 +62,6 @@
<activity
android:name=".features.MainActivity"
android:taskAffinity=""
android:theme="@style/AppTheme.Launcher.SC" />
<!-- Activity alias for the launcher Activity (must be declared after the Activity it targets) -->