mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: don't cancel/dismiss traceroute dialogs
This commit is contained in:
parent
e3b96f4bd4
commit
e82eb9413c
1 changed files with 1 additions and 0 deletions
|
|
@ -341,6 +341,7 @@ class UsersFragment : ScreenFragment("Users"), Logging {
|
|||
|
||||
model.tracerouteResponse.observe(viewLifecycleOwner) { response ->
|
||||
MaterialAlertDialogBuilder(requireContext())
|
||||
.setCancelable(false)
|
||||
.setTitle(R.string.traceroute)
|
||||
.setMessage(response ?: return@observe)
|
||||
.setPositiveButton(R.string.okay) { _, _ -> }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue