mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-02-05 13:22:59 -05:00
add confirmation feedback to bug report
This commit is contained in:
@@ -732,6 +732,7 @@ class SettingsFragment : ScreenFragment("Settings"), Logging {
|
||||
}
|
||||
.setPositiveButton(getString(R.string.report)) { _, _ ->
|
||||
reportError("Clicked Report A Bug")
|
||||
Toast.makeText(requireContext(), "Bug report sent!", Toast.LENGTH_LONG).show()
|
||||
}
|
||||
.show()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user