mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
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)
|
||||
- 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)
|
||||
|
@ -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) -->
|
||||
|
Loading…
Reference in New Issue
Block a user