Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de47364c authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "Lockscreen gesture: Localize pre-defined actions." into gingerbread

parents 86e3461b 2d659645
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -508,7 +508,8 @@ class LockScreen extends LinearLayout implements KeyguardScreen, KeyguardUpdateM
                if (mLibrary.load()) {
                    gestures.addOnGesturePerformedListener(this);
                    for (String name : mLibrary.getGestureEntries()) {
                        if ("UNLOCK___UNLOCK".equals(name)) {
                        String[] payload = name.split("___", 2);
                        if ("UNLOCK".equals(payload[1])) {
                            GestureCanUnlock = true;
                            break;
                        }