mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-04-30 05:54:26 +02:00
fix: contributors screen repository name
This commit is contained in:
parent
49f75f9edd
commit
8a20d8cf9b
@ -202,7 +202,7 @@ fun ContributorsCard(
|
||||
}
|
||||
|
||||
fun processHeadlineText(repositoryName: String): String {
|
||||
return "ReVanced " + repositoryName.replace("revanced/revanced-", "")
|
||||
return repositoryName.replace("revanced/revanced-", "")
|
||||
.replace("-", " ")
|
||||
.split(" ").joinToString(" ") { if (it.length > 3) it else it.uppercase() }
|
||||
.replaceFirstChar { it.uppercase() }
|
||||
|
Loading…
x
Reference in New Issue
Block a user