removed toast after created favorite
This commit is contained in:
parent
2e20f21079
commit
8b4277691e
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue