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

Commit b0ade4e3 authored by Bob Yang's avatar Bob Yang Committed by Android (Google) Code Review
Browse files

Merge "Change the option image to default if the user undo the theme" into main

parents b1c7354f ec5630c0
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -515,6 +515,13 @@ constructor(private val defaultCustomizationOptionsBinder: DefaultCustomizationO
                                        .into(it)
                                    it.colorFilter = null
                                }
                            } else {
                                optionPackThemeIconHome?.setImageResource(
                                    R.drawable.ic_pack_theme_24px
                                )
                                optionPackThemeIconLock?.setImageResource(
                                    R.drawable.ic_pack_theme_24px
                                )
                            }
                        }
                    }