1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-08-31 18:07:57 +00:00

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

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,