Closed mario closed 6 years ago
Fixed an error that prevents app from compiling due to clashing label attribute.
I suspect the problem you were facing was due to your onClick method implementation. You were probably calling removeListener there. To fix this kind of error you need to iterate the list in a reverse order.
onClick
removeListener
Fixed an error that prevents app from compiling due to clashing label attribute.