works now also on android. Detailview is now relevant for data access to the database
This commit is contained in:
parent
32af20768d
commit
455bc69717
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue