lawnchair
lawnchair copied to clipboard
Wrong icon for Dialer (LineageOS, GrapheneOS)
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
Device information
Device: - OS: LineageOS, GrapheneOS App version: 14 Beta 2
Additional context
No response
it does edit the icon but not the themed one
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"/>
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.