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

Commit a34d0b78 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add Notification bubbles setting to the validators to fix tests"

parents 9bf79a82 c1806b26
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -148,5 +148,6 @@ public class GlobalSettingsValidators {
        VALIDATORS.put(Global.POWER_BUTTON_LONG_PRESS, new InclusiveIntegerRangeValidator(0, 5));
        VALIDATORS.put(
                Global.POWER_BUTTON_VERY_LONG_PRESS, new InclusiveIntegerRangeValidator(0, 1));
        VALIDATORS.put(Global.NOTIFICATION_BUBBLES, BOOLEAN_VALIDATOR);
    }
}