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

Commit 321c37a2 authored by kwaky's avatar kwaky
Browse files

Fix incorrect resources mapping.

Verified that the click listeners themselves are re-registered when
SystemUI is restarted (but not automatically after RRO is applied.)

Bug: 162599873
Bug: 165011405
Test: Manual
Change-Id: I87b90df48a354c5b9c7d53953d15c585219e348f
parent 9e26c387
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -22,7 +22,8 @@

    <item target="attr/icon" value="@attr/icon"/>
    <item target="attr/selectedIcon" value="@attr/selectedIcon"/>
    <item target="attr/intent" value="@attr/longIntent"/>
    <item target="attr/intent" value="@attr/intent"/>
    <item target="attr/longIntent" value="@attr/longIntent"/>
    <item target="attr/componentNames" value="@attr/componentNames"/>
    <item target="attr/highlightWhenSelected" value="@attr/highlightWhenSelected"/>
    <item target="attr/categories" value="@attr/categories"/>