We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bea87f commit f0af12fCopy full SHA for f0af12f
app/src/main/java/com/geode/launcher/preferences/DeveloperSettingsActivity.kt
@@ -161,13 +161,14 @@ fun DeveloperSettingsScreen(onBackPressedDispatcher: OnBackPressedDispatcher?) {
161
)
162
}
163
164
-
+/*
165
OptionsGroup(title = stringResource(R.string.preference_category_testing)) {
166
SettingsCard(
167
title = stringResource(R.string.preference_enable_redesign),
168
preferenceKey = PreferenceUtils.Key.ENABLE_REDESIGN,
169
170
171
+ */
172
173
174
0 commit comments