removed toast after created favorite

This commit is contained in:
Mariotaku Lee 2016-02-23 13:28:13 +08:00
parent 2e20f21079
commit 8b4277691e
1 changed files with 0 additions and 1 deletions

View File

@ -938,7 +938,6 @@ public class AsyncTwitterWrapper extends TwitterWrapper {
tweetEvent.setAction(TweetEvent.Action.FAVORITE); tweetEvent.setAction(TweetEvent.Action.FAVORITE);
HotMobiLogger.getInstance(getContext()).log(mAccountId, tweetEvent); HotMobiLogger.getInstance(getContext()).log(mAccountId, tweetEvent);
// END HotMobi // END HotMobi
Utils.showInfoMessage(mContext, R.string.status_favorited, false);
} else { } else {
taskEvent.setSucceeded(false); taskEvent.setSucceeded(false);
Utils.showErrorMessage(mContext, R.string.action_favoriting, result.getException(), true); Utils.showErrorMessage(mContext, R.string.action_favoriting, result.getException(), true);