Skip to content

Commit 2c88412

Browse files
committed
Reduce max recently used to 3
1 parent 8949f17 commit 2c88412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/wstxda/switchai/utils/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object Constants {
2525
const val VIEW_TYPE_ASSISTANT_ITEM = 1
2626

2727
const val PREFS_NAME = "assistant_selector_prefs"
28-
const val CAT_MAX_RECENTLY_USED = 4
28+
const val CAT_MAX_RECENTLY_USED = 3
2929
const val CAT_PINNED_ASSISTANTS_KEY = "pinned_assistants"
3030
const val CAT_RECENTLY_USED_ASSISTANTS_KEY = "recently_used_assistants"
3131

0 commit comments

Comments
 (0)