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

Commit 2c8eb3e0 authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "Fix build"

parents 8d978ba1 057ee76e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -61,8 +61,7 @@ public class MetricsLogger implements MetricsConstants {
     * credentials UI.
     */
    public static final int PROFILE_CHALLENGE = 271;
    public static final int ACTION_WINDOW_DOCK_SWIPE = 272;
    public static final int QS_BATTERY_DETAIL = 273;
    public static final int QS_BATTERY_DETAIL = 272;

    public static void visible(Context context, int category) throws IllegalArgumentException {
        if (Build.IS_DEBUGGABLE && category == VIEW_UNKNOWN) {