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

Commit 9b9003d8 authored by Anton Potapov's avatar Anton Potapov
Browse files

Fix DeviceSettingIcon.toSysUiIcon

Flag: com.android.systemui.volume_redesign
Bug: 439511163
Test: mp sysuig
Change-Id: I6b912a057cd8746ef1881fc17e98265061710ece
parent a0e73b0d
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)
    }
}