feat(external-share): use transparent background

This commit is contained in:
FineFindus
2023-03-16 15:38:35 +01:00
committed by FineFindus
parent 32081b71f5
commit 3feacb59c8
3 changed files with 12 additions and 3 deletions

View File

@@ -62,7 +62,8 @@
<data android:scheme="megalodon-android-auth" android:host="callback"/>
</intent-filter>
</activity>
<activity android:name=".ExternalShareActivity" android:exported="true" android:configChanges="orientation|screenSize" android:windowSoftInputMode="adjustResize">
<activity android:name=".ExternalShareActivity" android:exported="true" android:configChanges="orientation|screenSize" android:windowSoftInputMode="adjustResize"
android:theme="@style/TransparentDialog">
<intent-filter>
<action android:name="android.intent.action.SEND"/>
<category android:name="android.intent.category.DEFAULT"/>