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

Commit 5fed049b authored by Behnam Heydarshahi's avatar Behnam Heydarshahi Committed by Android (Google) Code Review
Browse files

Merge "Fix check causing wtf log in ModesTileMapper" into main

parents ecba2998 2b5e9021
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ constructor(@Main private val resources: Resources, val theme: Resources.Theme)
            val loadedIcon: Icon.Loaded =
                when (val dataIcon = data.icon) {
                    is Icon.Resource -> {
                        if (iconRes != dataIcon.res) {
                        if (data.iconResId != dataIcon.res) {
                            Log.wtf(
                                "ModesTileMapper",
                                "Icon.Resource.res & iconResId are not identical",