add confirmation feedback to bug report

This commit is contained in:
andrekir
2022-02-09 00:57:34 -03:00
parent 4abd8b8ab7
commit 25e1ea2fb9

View File

@@ -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()
}