Merge pull request #5543 from mhmdanas/remove-empty-string-concat

Remove unnecessary concat with empty string
This commit is contained in:
Tobi 2021-02-14 23:50:08 +01:00 committed by GitHub
commit 687020e595
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,