kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
add confirmation feedback to bug report
rodzic
4abd8b8ab7
commit
25e1ea2fb9
|
@ -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()
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue