submissions still not working, but oauth implemented and add camera sheet working.

This commit is contained in:
stopflock
2025-07-19 15:59:05 -05:00
parent ef241688c3
commit 99d6ad8a44
6 changed files with 78 additions and 66 deletions

View File

@@ -7,8 +7,8 @@
<application
android:name="${applicationName}"
android:label="flock_map_app"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/ic_launcher"
android:enableOnBackInvokedCallback="true">
<!-- Main Flutter activity -->
<activity
android:name=".MainActivity"