Skip to content

Fix for #94 "GUI elements must not be accessed from non-main threads"#95

Merged
kaushikgopal merged 1 commit into
kaushikgopal:masterfrom
tmtron:master
Feb 2, 2017
Merged

Fix for #94 "GUI elements must not be accessed from non-main threads"#95
kaushikgopal merged 1 commit into
kaushikgopal:masterfrom
tmtron:master

Conversation

@tmtron
Copy link
Copy Markdown
Contributor

@tmtron tmtron commented Jan 24, 2017

Now the EditText _inputSearchText is not accessed anymore from a non-UI thread by the filter() operator: instead we use the text-change event.

This fixes #94

…UI thread by the filter() operator: instead we use the text-change event.

This fixes #94
@kaushikgopal kaushikgopal merged commit ba11bea into kaushikgopal:master Feb 2, 2017
@kaushikgopal
Copy link
Copy Markdown
Owner

🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GUI elements must not be accessed from non-main threads

2 participants