0
0
mirror of https://github.com/Ishan09811/pine.git synced 2025-04-24 08:55:10 +00:00
This commit is contained in:
Ishan09811 2024-07-24 22:36:13 +05:30 committed by GitHub
parent b4181fffb7
commit 69ce06494e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,8 +107,8 @@
app:useSimpleSummaryProvider="true" />
<SwitchPreferenceCompat
android:defaultValue="false"
android:summaryOff="enable_jit_fastmem_disabled"
android:summaryOn="enable_jit_fastmem_enabled"
android:summaryOff="@string/enable_jit_fastmem_disabled"
android:summaryOn="@string/enable_jit_fastmem_enabled"
app:key="enable_jit_fastmem"
app:title="@string/enable_jit_fastmem" />
</PreferenceCategory>