fix: Temporarily hide the experimental compose library switch for nightly

This commit is contained in:
Ahmad Ansori Palembani 2025-01-24 18:54:06 +07:00
parent ece849b008
commit 4dd8aece0c
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -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)