User has full control over app management. BUG: Button size will render text with incorrect line breaks on devices with small screens. BUG: interface is slow to respond, but is due to the app interfacing with shared preferences.
This commit is contained in:
parent
67555d1ed4
commit
f3a9cbd84c
|
@ -122,7 +122,7 @@ public class AppManager extends Activity implements OnCheckedChangeListener, OnC
|
|||
if (this.status == 0){
|
||||
if (!box.isChecked())
|
||||
box.performClick();
|
||||
}else if (buttonId == R.id.button_proxy_none){
|
||||
}else if (this.status == 1){
|
||||
if (box.isChecked())
|
||||
box.performClick();
|
||||
}else {
|
||||
|
|
Loading…
Reference in New Issue