mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-15 06:22:45 +00:00
fix #407
This commit is contained in:
parent
96ad9482fb
commit
21d1df9da3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue