Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Conversation

@tbruyelle
Copy link
Contributor

Previous implementation associate the handler to the current thread,
which can not be the main thread.

Related to #693

Generated code :

private Handler handler_ = new Handler(Looper.getMainLooper());

Previous implementation associate the handler to the current thread,
which can not be the main thread.
DayS added a commit that referenced this pull request Sep 1, 2013
Associate the handler to the main thread
@DayS DayS merged commit 8e9d56c into androidannotations:develop Sep 1, 2013
@DayS
Copy link
Contributor

DayS commented Sep 1, 2013

Works for me. Thanks 👍

@tbruyelle tbruyelle deleted the 693_HandlerInMainThread branch April 15, 2014 08:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants