소스 검색

[콘텐츠상세][Common] 구매 예약 컨텐츠 url 공유시 코인 팝업 뜨게 수정2

Hasemi 6 년 전
부모
커밋
24aa4dde0c
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      app/src/main/java/kr/co/zumo/app/lifeplus/view/screen/web/WebFromContentsPresenter.java

+ 8 - 0
app/src/main/java/kr/co/zumo/app/lifeplus/view/screen/web/WebFromContentsPresenter.java

@@ -221,12 +221,20 @@ public class WebFromContentsPresenter extends Presenter<WebFromContentsModel, IW
         showShareToast("", ResourceUtil.getString(R.string.share_completed_message), 1);
       }
 
+      @Override
+      public void onCancel() {
+        loadShareCoin(Share.TYPE_FACEBOOK);
+      }
+
       @Override
       public void onFailure(int errorCode, String result) {
         showErrorDialog(result);
       }
+
+
     });
 
+
   }
 
   protected void sendClipBoardCopy() {