fixed 'tweet send' toast
This commit is contained in:
parent
740d1de4ac
commit
35cb5ffc7b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue