소스 검색

Fixed wrong method for starting a session

jancoow 10 년 전
부모
커밋
988974b9de
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Proftaak Remote Healthcare/FietsClientV2/TcpConnection.cs

+ 1 - 1
Proftaak Remote Healthcare/FietsClientV2/TcpConnection.cs

@@ -263,7 +263,7 @@ namespace FietsClient
                                 PatientModel.patientModel.CurrentDoctorID = response_parts[3].TrimEnd('\0');
                                 if (response_parts[1] == "1")
                                 {
-                                    StartNewSession(false, currentData.GetUserID());
+                                    PatientModel.patientModel.startSession();
                                 }
                                 else if (response_parts[1] == "0")
                                 {