check config on opening the hub

precision_debug
Georg Lukas 2011-04-16 23:38:53 +02:00
rodzic af7f098023
commit cc54b10da7
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -35,6 +35,8 @@ class HubActivity extends LoadingListActivity with OnClickListener {
override def onResume() {
super.onResume()
if (!uihelper.checkConfig())
return
setupButtons(AprsService.running)
}