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:
Jordan 2014-08-14 14:01:38 -07:00
parent 67555d1ed4
commit f3a9cbd84c
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ public class AppManager extends Activity implements OnCheckedChangeListener, OnC
if (this.status == 0){ if (this.status == 0){
if (!box.isChecked()) if (!box.isChecked())
box.performClick(); box.performClick();
}else if (buttonId == R.id.button_proxy_none){ }else if (this.status == 1){
if (box.isChecked()) if (box.isChecked())
box.performClick(); box.performClick();
}else { }else {