removed retweeted toast
This commit is contained in:
parent
252b7ce2f2
commit
405ba459e8
|
@ -2161,15 +2161,12 @@ public class AsyncTwitterWrapper extends TwitterWrapper {
|
|||
if (result.hasData()) {
|
||||
final ParcelableStatus status = result.getData();
|
||||
// BEGIN HotMobi
|
||||
|
||||
final TweetEvent event = TweetEvent.create(getContext(), status, TimelineType.OTHER);
|
||||
event.setAction(TweetEvent.Action.RETWEET);
|
||||
HotMobiLogger.getInstance(getContext()).log(accountId, event);
|
||||
|
||||
// END HotMobi
|
||||
|
||||
bus.post(new StatusRetweetedEvent(status));
|
||||
Utils.showOkMessage(mContext, R.string.status_retweeted, false);
|
||||
} else {
|
||||
Utils.showErrorMessage(mContext, R.string.action_retweeting, result.getException(), true);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue