mirror of https://github.com/laurent22/joplin.git
Android: remove hardcoded portrait screen orientation for share activity (#3418)
parent
13280ce1b3
commit
9f1a877f96
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue