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

Commit ec5630c0 authored by bobyang's avatar bobyang
Browse files

Change the option image to default if the user undo the theme

Video: https://drive.google.com/file/d/1-TbHBy46sB3pKu1U2UGb71Y7ZVX1sKFx/view?usp=sharing&resourcekey=0-Mn7Qj0-DfU6jSBp2ihrTzA
Flag: com.android.wallpaper.enable_pack_theme_entry
Bug: 435531700
Test: manually
Change-Id: Ia3f25b6c0216e461d47137dd1d14e2661740d463
parent 89a00d59
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
                                )
                            }
                        }
                    }