We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9cd551 commit b820e9aCopy full SHA for b820e9a
1 file changed
app/src/main/java/org/schabi/newpipe/ktx/View.kt
@@ -45,7 +45,7 @@ fun View.animate(
45
val id = try {
46
resources.getResourceEntryName(id)
47
} catch (e: Exception) {
48
- id.toString() + ""
+ id.toString()
49
}
50
val msg = String.format(
51
"%8s → [%s:%s] [%s %s:%s] execOnEnd=%s", enterOrExit,
0 commit comments