1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-02-03 01:57:40 +01:00

fixed 'tweet send' toast

This commit is contained in:
Mariotaku Lee 2016-05-29 21:28:42 +08:00
parent 740d1de4ac
commit 35cb5ffc7b

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