mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-16 04:19:19 +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