Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Associate the handler to the main thread#694

Merged
DayS merged 1 commit into
androidannotations:developandroidannotations/androidannotations:developfrom
tbruyelle:693_HandlerInMainThreadtbruyelle/androidannotations:693_HandlerInMainThreadCopy head branch name to clipboard
Sep 1, 2013
Merged

Associate the handler to the main thread#694
DayS merged 1 commit into
androidannotations:developandroidannotations/androidannotations:developfrom
tbruyelle:693_HandlerInMainThreadtbruyelle/androidannotations:693_HandlerInMainThreadCopy head branch name to clipboard

Conversation

@tbruyelle

Copy link
Copy Markdown
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

DayS commented Sep 1, 2013

Copy link
Copy Markdown
Contributor

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.