Merge pull request #2760 from vector-im/feature/fga/fix_multiple_task
Fix multiple tasks
This commit is contained in:
commit
6ac2717d8b
|
@ -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 🗣:
|
||||||
-
|
-
|
||||||
|
|
|
@ -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) -->
|
||||||
|
|
Loading…
Reference in New Issue