Skip to content

Commit

Permalink
fix(android): remove unneeded view id prefix in gesture events
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaysood committed Jan 2, 2025
1 parent c4354c2 commit fe88e0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ internal object LayoutInspector {
if (id != View.NO_ID && resources != null) {
try {
val resourceName = resources.getResourceEntryName(id)
return "id:$resourceName"
return resourceName
} catch (_: NotFoundException) {
// Ignore
}
Expand Down

0 comments on commit fe88e0d

Please sign in to comment.