update v=0.0.0.16 & change Patient Manager
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user