Two elements in the task switcher (#2299)
This commit is contained in:
parent
6cd50cfaf1
commit
b15fa7c0d7
|
@ -26,6 +26,7 @@ Bugfix 🐛:
|
||||||
- Search Result | scroll jumps after pagination (#2238)
|
- Search Result | scroll jumps after pagination (#2238)
|
||||||
- Badly formatted mentions in body (#1506)
|
- Badly formatted mentions in body (#1506)
|
||||||
- KeysBackup: Avoid using `!!` (#2262)
|
- KeysBackup: Avoid using `!!` (#2262)
|
||||||
|
- Two elements in the task switcher (#2299)
|
||||||
|
|
||||||
Translations 🗣:
|
Translations 🗣:
|
||||||
-
|
-
|
||||||
|
|
|
@ -63,7 +63,6 @@
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".features.MainActivity"
|
android:name=".features.MainActivity"
|
||||||
android:launchMode="singleTask"
|
|
||||||
android:taskAffinity=""
|
android:taskAffinity=""
|
||||||
android:theme="@style/AppTheme.Launcher" />
|
android:theme="@style/AppTheme.Launcher" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue