mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
Two elements in the task switcher (#2299)
This commit is contained in:
parent
6cd50cfaf1
commit
b15fa7c0d7
2 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,7 @@ Bugfix 🐛:
|
|||
- Search Result | scroll jumps after pagination (#2238)
|
||||
- Badly formatted mentions in body (#1506)
|
||||
- KeysBackup: Avoid using `!!` (#2262)
|
||||
- Two elements in the task switcher (#2299)
|
||||
|
||||
Translations 🗣:
|
||||
-
|
||||
|
|
|
@ -63,7 +63,6 @@
|
|||
|
||||
<activity
|
||||
android:name=".features.MainActivity"
|
||||
android:launchMode="singleTask"
|
||||
android:taskAffinity=""
|
||||
android:theme="@style/AppTheme.Launcher" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue