Android Question Autocompleteedittext - Attempted to finish an input event but the input event receiver has ...

rafaelmotaquintana

Active Member
Licensed User
I have an autocompleteedittext that works fine, but not always.
Some times, before it reach the click event after click an item, the application crash and log shows this message

Attempted to finish an input event but the input event receiver has already been disposed.
Fatal signal 11 (SIGSEGV), code 1, fault addr 0x2e0074 in tid 29564 (pic.invoicefull)

Compiler version is 7.01

I don't know what to look for. Please help.
 

DonManfred

Expert
Licensed User
Longtime User
Try to reprocude it in a small project and upload this project. Without knowing what you are doing and how we can not help
 
Upvote 0

rafaelmotaquintana

Active Member
Licensed User
I guess I found the problem.
In the text change event, I repopulate the list, and inside that function, it was a DoEvents. I remove it and I can't recreate the crash. I'll keep trying.
 
Upvote 0
Top