1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-13 22:12:50 +02:00

Android: remove hardcoded portrait screen orientation for share activity (#3418)

This commit is contained in:
Roman Musin
2020-08-02 12:14:56 +01:00
committed by GitHub
parent 13280ce1b3
commit 9f1a877f96

View File

@@ -100,7 +100,6 @@
android:name=".share.ShareActivity"
android:configChanges="orientation"
android:label="@string/app_name"
android:screenOrientation="portrait"
android:excludeFromRecents="true"
android:theme="@style/AppTheme">
<intent-filter>