From 4183799816575d49f9877312f3f9167292391a36 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 31 Oct 2023 14:52:32 +0100 Subject: [PATCH] Allow sqlite cache size up to 200% --- app/src/main/res/layout/fragment_options_misc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_options_misc.xml b/app/src/main/res/layout/fragment_options_misc.xml index 235c46816d..8b3c50b93f 100644 --- a/app/src/main/res/layout/fragment_options_misc.xml +++ b/app/src/main/res/layout/fragment_options_misc.xml @@ -1654,7 +1654,7 @@ android:id="@+id/sbSqliteCache" android:layout_width="0dp" android:layout_height="wrap_content" - android:max="100" + android:max="200" android:min="0" android:progress="10" app:layout_constraintEnd_toEndOf="parent"