mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
Merge pull request #6140 from vector-im/johannes/widget-screen-rotation
Prevent widget web view from reloading on screen / orientation change (PSF-1034)
This commit is contained in:
commit
f5a621a6d5
2 changed files with 4 additions and 1 deletions
1
changelog.d/6140.bugfix
Normal file
1
changelog.d/6140.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
Prevent widget web view from reloading on screen / orientation change
|
|
@ -306,7 +306,9 @@
|
|||
android:supportsPictureInPicture="true" />
|
||||
|
||||
<activity android:name=".features.terms.ReviewTermsActivity" />
|
||||
<activity android:name=".features.widgets.WidgetActivity" />
|
||||
<activity android:name=".features.widgets.WidgetActivity"
|
||||
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation" />
|
||||
|
||||
<activity android:name=".features.pin.PinActivity" />
|
||||
<activity android:name=".features.analytics.ui.consent.AnalyticsOptInActivity" />
|
||||
<activity android:name=".features.home.room.detail.search.SearchActivity" />
|
||||
|
|
Loading…
Reference in a new issue