Skip to content

Commit 930b553

Browse files
committed
♻️ lint
1 parent 3b62207 commit 930b553

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/kyhsgeekcode/filechooser/NewFileChooserAdapter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ class NewFileChooserAdapter(
240240
values.sortWith(
241241
compareBy(
242242
{ !it.text.endsWith("/") },
243-
{ it.text[0].toLowerCase() },
243+
{ it.text[0].lowercaseChar() },
244244
{ it.text })
245245
)
246246
}

0 commit comments

Comments
 (0)