Removed unnecessary save config
This commit is contained in:
parent
e178184df9
commit
7cd2fc369b
@ -123,10 +123,4 @@ public class DNSServerConfigFragment extends ConfigFragment {
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDestroy() {
|
||||
super.onDestroy();
|
||||
Daedalus.configurations.save();
|
||||
}
|
||||
}
|
||||
|
@ -61,7 +61,6 @@ public class RuleConfigFragment extends ConfigFragment {
|
||||
public void onDestroy() {
|
||||
super.onDestroy();
|
||||
|
||||
Daedalus.configurations.save();
|
||||
stopThread();
|
||||
intent = null;
|
||||
mHandler.shutdown();
|
||||
|
Loading…
x
Reference in New Issue
Block a user