Handler force to be main thread
This commit is contained in:
parent
4fbf202e86
commit
5c84a116b6
1 changed files with 1 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ public class VoiXtremeServiceBase extends Service {
|
|||
|
||||
ServiceHandler(VoiXtremeServiceBase service) {
|
||||
|
||||
super(Looper.getMainLooper());
|
||||
mService = new WeakReference<>(service);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue