fixed 'tweet send' toast

This commit is contained in:
Mariotaku Lee 2016-05-29 21:28:42 +08:00
parent 740d1de4ac
commit 35cb5ffc7b
1 changed files with 1 additions and 0 deletions

View File

@ -386,6 +386,7 @@ public class BackgroundOperationService extends IntentService implements Constan
}
});
task.setResultHandler(this);
task.setParams(Pair.create(actionType, item));
mHandler.post(new Runnable() {
@Override