kopia lustrzana https://github.com/TeamNewPipe/NewPipe
Remove unnecessary concat with empty string
rodzic
b9cd55188e
commit
b820e9a888
|
@ -45,7 +45,7 @@ fun View.animate(
|
|||
val id = try {
|
||||
resources.getResourceEntryName(id)
|
||||
} catch (e: Exception) {
|
||||
id.toString() + ""
|
||||
id.toString()
|
||||
}
|
||||
val msg = String.format(
|
||||
"%8s → [%s:%s] [%s %s:%s] execOnEnd=%s", enterOrExit,
|
||||
|
|
Ładowanie…
Reference in New Issue