Fixed operations lifecycle

This commit is contained in:
M66B 2019-03-25 14:51:18 +00:00
parent 7473697ac1
commit 8c356b94f6
1 changed files with 1 additions and 1 deletions

View File

@ -839,7 +839,7 @@ public class ServiceSynchronize extends LifecycleService {
} else
folders.put(folder, null);
final TwoStateOwner owner = new TwoStateOwner();
final TwoStateOwner owner = new TwoStateOwner(ServiceSynchronize.this);
new Handler(getMainLooper()).post(new Runnable() {
@Override