mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
parent
e82eb9413c
commit
8d22a23fe1
5 changed files with 27 additions and 3 deletions
|
|
@ -334,6 +334,7 @@ class MainActivity : AppCompatActivity(), Logging {
|
|||
// val messageStr = getText(messageText)
|
||||
|
||||
val builder = MaterialAlertDialogBuilder(this)
|
||||
.setCancelable(false)
|
||||
.setTitle(titleText)
|
||||
.setMessage(messageText)
|
||||
.setPositiveButton(R.string.okay) { _, _ ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue