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
commit 6ac2717d8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) - Crashes reported by PlayStore (new in 1.0.14) (#2707)
- Widgets: Support $matrix_widget_id parameter (#2748) - Widgets: Support $matrix_widget_id parameter (#2748)
- Data for Worker overload (#2721) - Data for Worker overload (#2721)
- Fix multiple tasks
Translations 🗣: Translations 🗣:
- -

View File

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