Skip to content

Commit 29e8902

Browse files
committed
Do not output names.yaml in layout name list
1 parent eb8170d commit 29e8902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/org/futo/inputmethod/v2keyboard/LayoutManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ object LayoutManager {
111111
ensureInitialized()
112112
return getAllLayoutPaths(context.assets).map {
113113
it.split("/").last().split(".yaml").first()
114-
}
114+
}.filter { it != "names" }
115115
}
116116

117117
private val unexceptionalLocales = mutableSetOf<Locale>()

0 commit comments

Comments
 (0)