[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[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.
commit f3a9cbd84ceeb3a7dc9217c2b48b5253a9ce4885
Author: Jordan <jordannh@xxxxxxxx>
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 {
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits