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

Commit 74cab357 authored by tibbi's avatar tibbi
Browse files

setup Customization screen themes instantly if Thank You isnt installed

parent d7dc7ac4
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -67,9 +67,8 @@ class CustomizationActivity : BaseSimpleActivity() {
                    finish()
                }
            }.start()
        }

        if (!isThankYouInstalled()) {
        } else {
            setupThemes()
            baseConfig.isUsingSharedTheme = false
        }