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

Commit c30c8cc0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Catalyst] Include dynamic icon into graph" into main

parents 9b9a5708 2b073340
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -270,7 +270,8 @@ private constructor(private val context: Context, private val request: GetPrefer
                summary = textProto { string = it.toString() }
            }
        }
        if (metadata.icon != 0) icon = metadata.icon
        val metadataIcon = metadata.getPreferenceIcon(context)
        if (metadataIcon != 0) icon = metadataIcon
        if (metadata.keywords != 0) keywords = metadata.keywords
        val preferenceExtras = metadata.extras(context)
        preferenceExtras?.let { extras = it.toProto() }