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:
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…
x
Reference in New Issue
Block a user