This commit is contained in:
Helium314 2024-01-20 15:14:35 +01:00
parent 96ad9482fb
commit 21d1df9da3

View file

@ -527,7 +527,7 @@ public final class Settings implements SharedPreferences.OnSharedPreferenceChang
String[] layouts = new File(context.getFilesDir(), "layouts").list();
if (layouts != null) {
for (String name : layouts) {
if (name.startsWith(CustomLayoutUtilsKt.CUSTOM_LAYOUT_PREFIX + "shifted_symbols"))
if (name.startsWith(CustomLayoutUtilsKt.CUSTOM_LAYOUT_PREFIX + "shift_symbols"))
return name;
}
}