Skip to content

Commit

Permalink
fix: Temporarily hide the experimental compose library switch for nig…
Browse files Browse the repository at this point in the history
…htly
  • Loading branch information
null2264 committed Jan 24, 2025
1 parent ece849b commit 4dd8aec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4dd8aec

Please sign in to comment.