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:
parent
e347dfb2d0
commit
b9ad9864ce
@ -29,6 +29,7 @@ public class SimpleSSHD extends Activity
|
||||
}
|
||||
|
||||
public void onResume() {
|
||||
super.onResume();
|
||||
load_prefs();
|
||||
update_startstop();
|
||||
SimpleSSHDService.activity = this;
|
||||
|
Loading…
Reference in New Issue
Block a user