1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-27 09:48:08 +00:00

whoops, chain to super.onResume()

This commit is contained in:
Greg Alexander 2014-12-16 16:37:17 -05:00
parent e347dfb2d0
commit b9ad9864ce

View File

@ -29,6 +29,7 @@ public class SimpleSSHD extends Activity
}
public void onResume() {
super.onResume();
load_prefs();
update_startstop();
SimpleSSHDService.activity = this;