1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Merge pull request #2760 from vector-im/feature/fga/fix_multiple_task

Fix multiple tasks
This commit is contained in:
Benoit Marty
2021-02-02 17:55:19 +01:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ Bugfix 🐛:
- Crashes reported by PlayStore (new in 1.0.14) (#2707)
- Widgets: Support $matrix_widget_id parameter (#2748)
- Data for Worker overload (#2721)
- Fix multiple tasks
Translations 🗣:
-

View File

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