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

Commit c1806b26 authored by Mady Mellor's avatar Mady Mellor
Browse files

Add Notification bubbles setting to the validators to fix tests

Bug: 140416529
Test: atest SettingsProviderTest
Change-Id: I16a671affbcb9e0b3052f6837a59db9adf245292
parent 69235dcb
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);
    }
}