fix: refactor MainActivity to use lifecycleScope for coroutines (#2153)

This commit is contained in:
James Rich 2025-06-18 19:30:00 +00:00 committed by GitHub
parent 8d82e526f0
commit 83e6c6cc31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 23 additions and 66 deletions

View file

@ -143,7 +143,7 @@
<activity
android:name="com.geeksville.mesh.MainActivity"
android:launchMode="standard"
android:launchMode="singleTop"
android:windowSoftInputMode="adjustResize"
android:exported="true">
<intent-filter>