mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-01-09 08:50:34 +00: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