mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix: Temporarily hide the experimental compose library switch for nightly
This commit is contained in:
parent
ece849b008
commit
4dd8aece0c
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ class SettingsAdvancedController : SettingsLegacyController() {
|
|||
|
||||
onClick { LibraryUpdateJob.startNow(context, target = Target.TRACKING) }
|
||||
}
|
||||
if (BuildConfig.FLAVOR == "dev" || BuildConfig.DEBUG || BuildConfig.NIGHTLY) {
|
||||
if (BuildConfig.FLAVOR == "dev" || BuildConfig.DEBUG) {
|
||||
switchPreference {
|
||||
bindTo(basePreferences.composeLibrary())
|
||||
title = context.getString(MR.strings.pref_use_compose_library).addBetaTag(context)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue