Skip to content

Commit 2cd5e95

Browse files
Fixed orientation change on BrowserActivity
1 parent 63704c7 commit 2cd5e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<data android:scheme="file" android:host="*" android:pathPattern=".*\\.mht" android:mimeType="*/*" />
3333
</intent-filter>
3434
</activity>
35-
<activity android:name=".BrowserActivity">
35+
<activity android:name=".BrowserActivity" android:configChanges="orientation|screenSize|keyboardHidden">
3636
<intent-filter>
3737
<action android:name="android.intent.action.SEND"/>
3838
<category android:name="android.intent.category.DEFAULT"/>

0 commit comments

Comments
 (0)