mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
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:
parent
50b357642f
commit
3cb5f6087c
1 changed files with 0 additions and 1 deletions
|
@ -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) -->
|
||||
|
|
Loading…
Reference in a new issue