add confirmation feedback to bug report

pull/372/head
andrekir 2022-02-09 00:57:34 -03:00
rodzic 4abd8b8ab7
commit 25e1ea2fb9
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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