fix double auth callback on android

This commit is contained in:
stopflock
2025-08-12 22:10:00 -05:00
parent 7824da8e66
commit a7185d12ae

View File

@@ -33,15 +33,6 @@
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
<!-- OPTIONAL: handle flockmap://auth redirect right here
(kept for backwardcompat) -->
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="flockmap" android:host="auth"/>
</intent-filter>
</activity>
<!-- flutter_web_auth_2 callback activity (V2 embedding) -->