Fixing the "Megalodon" name on logging into a new account

This commit is contained in:
LucasGGamerM
2022-12-08 15:01:46 -03:00
parent ac6c0651d6
commit b465c09cc8
3 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.BROWSABLE"/>
<category android:name="android.intent.category.DEFAULT"/>
<data android:scheme="megalodon-android-auth" android:host="callback"/>
<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">