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.
2 parents 8c75b96 + b820e9a commit 687020eCopy full SHA for 687020e
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