kopia lustrzana https://github.com/TeamNewPipe/NewPipe
Merge pull request #5543 from mhmdanas/remove-empty-string-concat
Remove unnecessary concat with empty stringpull/5649/head
commit
687020e595
|
@ -45,7 +45,7 @@ fun View.animate(
|
||||||
val id = try {
|
val id = try {
|
||||||
resources.getResourceEntryName(id)
|
resources.getResourceEntryName(id)
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
id.toString() + ""
|
id.toString()
|
||||||
}
|
}
|
||||||
val msg = String.format(
|
val msg = String.format(
|
||||||
"%8s → [%s:%s] [%s %s:%s] execOnEnd=%s", enterOrExit,
|
"%8s → [%s:%s] [%s %s:%s] execOnEnd=%s", enterOrExit,
|
||||||
|
|
Ładowanie…
Reference in New Issue