Add: Icon for details action

Improve: Smaller App name on top app bar
This commit is contained in:
LooKeR
2021-10-26 11:36:09 +05:30
parent 3296feecbe
commit 229a7a3c09
3 changed files with 5 additions and 2 deletions

View File

@ -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? {