fun gotoEmailCheckDialog(){ /* 기존 자바 코드 AlertDialog.Builder aBuilder = new AlertDialog.Builder(context); LayoutInflater inflater = (LayoutInflater) context.getSystemService(context.LAYOUT_INFLATER_SERVICE); mView = inflater.inflate(R.layout.exchange_user_data_recycler_view, null); */ // 인증 다이얼로그 val eMailDialog = AlertDialog.Builder(this@JoinPage) val edialog : LayoutInflater = LayoutInflater.fr..