Esempio n. 1
0
 public void setRepost(boolean isRepost) {
   this.isRepost = isRepost;
   if (isRepost && mActivityView != null) {
     mActivityView.restoreFeedItem(FeedMemento.restoreMemento(mContext));
   }
 }