mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: refactor MainActivity to use lifecycleScope for coroutines (#2153)
This commit is contained in:
parent
8d82e526f0
commit
83e6c6cc31
2 changed files with 23 additions and 66 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue