1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-16 03:59:03 +00:00

eek! and call super.onPause() too

This commit is contained in:
Greg Alexander 2014-12-16 17:11:22 -05:00
parent f5d6675cad
commit aa006d51d8

View File

@ -38,6 +38,7 @@ public class SimpleSSHD extends Activity
public void onPause() {
SimpleSSHDService.activity = null;
save_prefs();
super.onPause();
}
public void update_startstop() {