mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
style: fix formatting
This commit is contained in:
parent
6e68e95907
commit
8be39466d6
1 changed files with 2 additions and 1 deletions
|
|
@ -666,7 +666,8 @@ class MainActivity : AppCompatActivity(), Logging {
|
|||
}
|
||||
.setPositiveButton(R.string.accept) { _, _ ->
|
||||
info("requesting permissions")
|
||||
requestPermissionsLauncher.launch(getBluetoothPermissions()) }
|
||||
requestPermissionsLauncher.launch(getBluetoothPermissions())
|
||||
}
|
||||
.show()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue