Преглед изворни кода

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")
                                 {