Remove unnecessary concat with empty string

pull/5543/head
mhmdanas 2021-02-08 19:40:20 +03:00
rodzic b9cd55188e
commit b820e9a888
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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