update v=0.0.0.16 & change Patient Manager

This commit is contained in:
2024-08-08 16:27:34 +02:00
parent 0d0febc259
commit ded43453a9
2 changed files with 3 additions and 2 deletions

View File

@@ -175,7 +175,8 @@ class _PatientManagerState extends State<PatientManager> {
child: CircularProgressIndicator(),
),
);
} else if (snapshot.hasData) {
} else if (snapshot.connectionState == ConnectionState.done &&
snapshot.hasData) {
List<Patient> patientsList;
if (searchString == "") {
patientsList = [];