mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 11:59:12 +03:00
Be robust against StrandHogg
task injection
This commit is contained in:
parent
990b885aa9
commit
f68eb449bd
2 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue