-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
| new Thread() { |
Why do you create new thread here?
As it mentioned in documentation we can just do that:
mHandler.postDelayed(new Runnable() {
@Override
public void run() {
stopLEScan();
}
}, scanTimeoutMillisecond);
Isn't it?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels