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:
parent
f5d6675cad
commit
aa006d51d8
@ -38,6 +38,7 @@ public class SimpleSSHD extends Activity
|
||||
public void onPause() {
|
||||
SimpleSSHDService.activity = null;
|
||||
save_prefs();
|
||||
super.onPause();
|
||||
}
|
||||
|
||||
public void update_startstop() {
|
||||
|
Loading…
Reference in New Issue
Block a user