Forráskód Böngészése

[콘텐츠상세][Common] 모어인포 팝업 터치 영역 조정2

Hasemi 6 éve
szülő
commit
61caff8640

+ 0 - 5
app/src/main/java/kr/co/zumo/app/lifeplus/view/dialog/MoreInfoDialog.java

@@ -147,11 +147,6 @@ public class MoreInfoDialog extends DialogBottomBase<ICustomDialogListener<MoreI
       }
     }
 
-
-    getView().findViewById(R.id.layout_contents).setOnClickListener(view -> {
-      getCustomListener().onDialogCanceled(MoreInfoDialog.this);
-    });
-
     getView().findViewById(R.id.image_view_info_down).setOnClickListener(view -> {
       getCustomListener().onDialogCanceled(MoreInfoDialog.this);
     });