feat(external-share): use transparent background

This commit is contained in:
FineFindus
2023-03-16 15:38:35 +01:00
parent 5208195f72
commit 05168b9826
3 changed files with 12 additions and 3 deletions

View File

@@ -44,7 +44,8 @@
<data android:scheme="moshidon-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"/>