Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature][对子线程更新的UI操作予以支持] #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[feature][对子线程更新的UI操作予以支持]
王健 committed Dec 8, 2020
commit 2b6be10dc10b82deb5fa973aa3988899abc836ee
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@ public class TagCloudView extends ViewGroup implements Runnable, TagsAdapter.OnD
private int mMinSize;

private boolean mIsOnTouch = false;
private Handler mHandler = new Handler(Looper.getMainLooper());
private Handler mHandler = new Handler(Looper.myLooper());

private TagsAdapter mAdapter = new NOPTagsAdapter();
private OnTagClickListener mOnTagClickListener;