|
@@ -938,6 +938,14 @@ public class VentilationMainScreen extends WpadScreen {
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
+ //jglee - 2023.03.13 예약중 알람 팝업 처리
|
|
|
+ if (mVentilData.VentilStatus.Reservation) {
|
|
|
+ printDebugLog("[onTouchEvent] ========== jeff 2 ==========");
|
|
|
+ // 예약중입니다 팝업 알람
|
|
|
+ startAlarmPopup(ID.VentiPopup_Alarm.kind.ReservationClear);
|
|
|
+ return;
|
|
|
+ }
|
|
|
+
|
|
|
boolean OnOff = false;
|
|
|
if (!mVentilData.VentilStatus.ByPass) OnOff = true;
|
|
|
|