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

Commit daac5f2a authored by Marie Matheson's avatar Marie Matheson
Browse files

BannerMessage AttentionLevel colour-getters are public

Bug: 188757566
Test: make RunSettingsLibRoboTests

Change-Id: I01a54c32940ba1b9a17e0b9ece8f1c38089e2796
parent b04a005c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -73,11 +73,11 @@ public class BannerMessagePreference extends Preference {
            throw new IllegalArgumentException();
        }

        @ColorRes int getAccentColorResId() {
        public @ColorRes int getAccentColorResId() {
            return mAccentColorResId;
        }

        @ColorRes int getBackgroundColorResId() {
        public @ColorRes int getBackgroundColorResId() {
            return mBackgroundColorResId;
        }
    }