mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
add confirmation feedback to bug report
This commit is contained in:
parent
4abd8b8ab7
commit
25e1ea2fb9
1 changed files with 1 additions and 0 deletions
|
|
@ -732,6 +732,7 @@ class SettingsFragment : ScreenFragment("Settings"), Logging {
|
||||||
}
|
}
|
||||||
.setPositiveButton(getString(R.string.report)) { _, _ ->
|
.setPositiveButton(getString(R.string.report)) { _, _ ->
|
||||||
reportError("Clicked Report A Bug")
|
reportError("Clicked Report A Bug")
|
||||||
|
Toast.makeText(requireContext(), "Bug report sent!", Toast.LENGTH_LONG).show()
|
||||||
}
|
}
|
||||||
.show()
|
.show()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue