lawnchair icon indicating copy to clipboard operation
lawnchair copied to clipboard

Wrong icon for Dialer (LineageOS, GrapheneOS)

Open x9136 opened this issue 10 months ago • 3 comments

Describe the bug

Since #2555 is closed without a solution, we return to the issue.

Incorrect icon is assigned to the Dialer from LineageOS and GrapheneOS for unknown reasons. If you change the icon manually, it does not change either. Works only when "Home Screen & App drawer" selected in the "Themed Icons" settings.

Detailed discussion https://github.com/LawnchairLauncher/lawnicons/issues/1728

Steps to reproduce

Install LineageOS or GrapheneOS → Install Lawnchair and Lawnicons → Select Lawnicons in Lawnchair and try "Off" or "Home screen" in the "Themed Icons" settings.

Expected behavior

Dialer has the correct icon for any selection in the "Themed Icons" setting.

Screenshots

image

Device information

Device: - OS: LineageOS, GrapheneOS App version: 14 Beta 2

Additional context

No response

x9136 avatar Apr 14 '24 10:04 x9136

it does edit the icon but not the themed one

alpha4041 avatar Apr 16 '24 18:04 alpha4041

Maybe it's because Contacts and Dailer are both com.android.contacts.

<!-- Contacts -->
<item component="ComponentInfo{com.android.contacts/com.android.contacts.activities.PeopleActivity}" drawable="contacts"/>

<!-- Phone -->
<item component="ComponentInfo{com.android.contacts/com.android.contacts.activities.TwelveKeyDialer}" drawable="phone"/>

E8Ib avatar Apr 22 '24 10:04 E8Ib

Maybe it's because Contacts and Dailer are both com.android.contacts.

I do not know which OS you are talking about, but you are right about this OS. I'll take that into account. However, this is not the only issue.

x9136 avatar Apr 22 '24 11:04 x9136