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

Commit 19c3bc32 authored by Marcelo Arteiro's avatar Marcelo Arteiro
Browse files

Fix Token name onThmeAppRing to themNotif.

Flag: EXEMPT bugfix
Document: http://shortn/_YHw3TGgTB3
Test: manual
Bug: 327348461
Change-Id: I5ef14b0c91496f6e00de074209a3eedd3f334ad2
parent 7d4be549
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ public class DynamicColors {
        list.add(Pair.create("theme_app", customMdc.themeApp()));
        list.add(Pair.create("on_theme_app", customMdc.onThemeApp()));
        list.add(Pair.create("theme_app_ring", customMdc.themeAppRing()));
        list.add(Pair.create("on_theme_app_ring", customMdc.themeNotif()));
        list.add(Pair.create("theme_notif", customMdc.themeNotif()));
        list.add(Pair.create("brand_a", customMdc.brandA()));
        list.add(Pair.create("brand_b", customMdc.brandB()));
        list.add(Pair.create("brand_c", customMdc.brandC()));