mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-25 20:42:34 +01:00
Remove unnecessary concat with empty string
This commit is contained in:
parent
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,
|
||||
|
Loading…
Reference in New Issue
Block a user