Be robust against StrandHogg task injection

This commit is contained in:
Benoit Marty 2020-10-15 15:27:32 +02:00
parent 990b885aa9
commit f68eb449bd
2 changed files with 3 additions and 0 deletions

View file

@ -31,6 +31,7 @@ Bugfix 🐛:
- Very long topic cannot be fully visible (#1957)
- Properly detect cross signing keys reset
- Don't set presence when handling a push notification or polling (#2156)
- Be robust against `StrandHogg` task injection
Translations 🗣:
- Move store data to `/fastlane/metadata/android` (#812)

View file

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