Do a bit of optimization and cleanup, remove old EH startup code

This commit is contained in:
Jobobby04
2021-02-14 21:24:26 -05:00
parent f76216c038
commit 50a5ec45b3
11 changed files with 17 additions and 86 deletions
@@ -23,7 +23,7 @@ class ConfiguringDialogController : DialogController() {
try {
EHConfigurator(activity!!).configureAll()
launchUI {
activity?.toast(activity?.getString(R.string.eh_settings_successfully_uploaded))
activity?.toast(R.string.eh_settings_successfully_uploaded)
}
} catch (e: Exception) {
launchUI {