mirror of
http://galexander.org/git/simplesshd.git
synced 2025-02-11 06:32:36 +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() {
|
public void onPause() {
|
||||||
SimpleSSHDService.activity = null;
|
SimpleSSHDService.activity = null;
|
||||||
save_prefs();
|
save_prefs();
|
||||||
|
super.onPause();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void update_startstop() {
|
public void update_startstop() {
|
||||||
|
Loading…
Reference in New Issue
Block a user