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

pull/3524/head^2
Roman Musin 2020-08-02 12:14:56 +01:00 committed by GitHub
parent 13280ce1b3
commit 9f1a877f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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>