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

Commit 5a09505f authored by Anton Potapov's avatar Anton Potapov Committed by Android (Google) Code Review
Browse files

Merge "Fix DeviceSettingIcon.toSysUiIcon" into main

parents 35c5f0d3 9b9003d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,6 +32,6 @@ fun DeviceSettingIcon.toSysUiIcon(context: Context, contentDescription: ContentD
                contentDescription = contentDescription,
            )
        is DeviceSettingIcon.ResourceIcon ->
            Icon.Resource(res = resId, contentDescription = contentDescription)
            Icon.Resource(resId = resId, contentDescription = contentDescription)
    }
}