|
@@ -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 -> {
|
|
getView().findViewById(R.id.image_view_info_down).setOnClickListener(view -> {
|
|
|
getCustomListener().onDialogCanceled(MoreInfoDialog.this);
|
|
getCustomListener().onDialogCanceled(MoreInfoDialog.this);
|
|
|
});
|
|
});
|