works now also on android. Detailview is now relevant for data access to the database

This commit is contained in:
Niklas 2024-05-30 11:41:56 +02:00
parent 32af20768d
commit 455bc69717
1 changed files with 0 additions and 5 deletions

View File

@ -22,11 +22,6 @@
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
<!-- Accepts URIs that begin with YOUR_SCHEME://YOUR_HOST -->
<data
android:scheme="io.supabase.flutterquickstart"
android:host="login-callback" />
</intent-filter>
</activity>
<!-- Don't delete the meta-data below.