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

Remove unnecessary concat with empty string
pull/5649/head
Tobi 2021-02-14 23:50:08 +01:00 zatwierdzone przez GitHub
commit 687020e595
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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,