Merge pull request #2341 from vector-im/feature/bma/multi_home

Two elements in the task switcher (#2299)
This commit is contained in:
Benoit Marty 2020-11-04 14:34:33 +01:00 committed by GitHub
commit 8a86b2c940
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -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 🗣:
- -

View file

@ -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" />