Skip to content

Commit e3ffbf3

Browse files
committed
try it
1 parent 5ad77bc commit e3ffbf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/geode/launcher/utils/PreferenceUtils.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ class PreferenceUtils(private val sharedPreferences: SharedPreferences) {
155155
return when (key) {
156156
Key.UPDATE_AUTOMATICALLY, Key.FORCE_HRR -> true
157157
Key.DEVELOPER_MODE -> BuildConfig.DEBUG
158+
Key.USE_INDEX_API -> true
158159
else -> false
159160
}
160161
}

0 commit comments

Comments
 (0)