mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-24 00:33:14 -04:00
don't incorrectly ask for CAMERA permission
This commit is contained in:
@@ -57,7 +57,7 @@ data class BTScanEntry(val name: String, val macAddress: String, val bonded: Boo
|
||||
|
||||
@Composable
|
||||
fun BTScanScreen() {
|
||||
val context = ambient(ContextAmbient)
|
||||
val context = ContextAmbient.current
|
||||
|
||||
/// Note: may be null on platforms without a bluetooth driver (ie. the emulator)
|
||||
val bluetoothAdapter =
|
||||
|
||||
Reference in New Issue
Block a user