OSDN Git Service

Profiles: Fix override item summary not displaying none
authorLuK1337 <priv.luk@gmail.com>
Fri, 25 Dec 2015 10:47:40 +0000 (11:47 +0100)
committerGerrit Code Review <gerrit@cyanogenmod.org>
Sun, 27 Dec 2015 19:14:56 +0000 (11:14 -0800)
* Mismerge from cm-12.1

Change-Id: Ica5bce4f1b371dcf2ad23ba8f938d449a9397339

src/com/android/settings/profiles/actions/item/ConnectionOverrideItem.java

index 1ad8573..3214174 100644 (file)
@@ -122,7 +122,7 @@ public class ConnectionOverrideItem implements Item {
                     return R.string.profile_action_disable;
                 }
             } else {
-                return R.string.profile_action_disable;
+                return R.string.profile_action_none;
             }
         } else {
             return R.string.profile_action_none;