[tor-commits] [orbot/master] 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.
n8fr8 at torproject.org
n8fr8 at torproject.org
Fri Nov 14 17:40:34 UTC 2014
commit f3a9cbd84ceeb3a7dc9217c2b48b5253a9ce4885
Author: Jordan <jordannh at sent.com>
Date: Thu Aug 14 14:01:38 2014 -0700
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.
---
src/org/torproject/android/settings/AppManager.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/org/torproject/android/settings/AppManager.java b/src/org/torproject/android/settings/AppManager.java
index 6d86b06..50b0b25 100644
--- a/src/org/torproject/android/settings/AppManager.java
+++ b/src/org/torproject/android/settings/AppManager.java
@@ -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 {
More information about the tor-commits
mailing list