mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-08-04 01:21:57 +00:00
Add: Icon for details action
Improve: Smaller App name on top app bar
This commit is contained in:
@@ -27,7 +27,7 @@ fun String?.trimAfter(char: Char, repeated: Int): String? {
|
||||
if (repeated == count) return it.substring(0, i)
|
||||
}
|
||||
}
|
||||
return null
|
||||
return this
|
||||
}
|
||||
|
||||
fun String?.trimBefore(char: Char, repeated: Int): String? {
|
||||
|
Reference in New Issue
Block a user