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

Commit e37d2090 authored by Adrian Roos's avatar Adrian Roos Committed by Android (Google) Code Review
Browse files

Merge "Fix NotificationLockscreenPreference" into nyc-dev

parents 9566ceb1 20f53b7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ public class NotificationLockscreenPreference extends RestrictedListPreference {
    }

    private static int checkboxVisibilityForSelectedIndex(int selected, boolean showRemoteAtAll) {
        return selected == 0 && showRemoteAtAll ? View.VISIBLE : View.GONE;
        return selected == 1 && showRemoteAtAll ? View.VISIBLE : View.GONE;
    }

    private class Listener implements DialogInterface.OnClickListener,