Be robust against StrandHogg
task injection
This commit is contained in:
parent
990b885aa9
commit
f68eb449bd
@ -31,6 +31,7 @@ Bugfix 🐛:
|
|||||||
- Very long topic cannot be fully visible (#1957)
|
- Very long topic cannot be fully visible (#1957)
|
||||||
- Properly detect cross signing keys reset
|
- Properly detect cross signing keys reset
|
||||||
- Don't set presence when handling a push notification or polling (#2156)
|
- Don't set presence when handling a push notification or polling (#2156)
|
||||||
|
- Be robust against `StrandHogg` task injection
|
||||||
|
|
||||||
Translations 🗣:
|
Translations 🗣:
|
||||||
- Move store data to `/fastlane/metadata/android` (#812)
|
- Move store data to `/fastlane/metadata/android` (#812)
|
||||||
|
@ -63,6 +63,8 @@
|
|||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".features.MainActivity"
|
android:name=".features.MainActivity"
|
||||||
|
android:launchMode="singleTask"
|
||||||
|
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…
x
Reference in New Issue
Block a user