fix error happen while scrolling

merge-requests/799/head
Elham Rababh 5 years ago
parent bf12203e81
commit 076301e91a

@ -95,7 +95,7 @@ class _DoctorReplyScreenState extends State<DoctorReplyScreen> {
setState(() { setState(() {
pageIndex++; pageIndex++;
}); });
model.getDoctorReply(pageIndex: 2); model.getDoctorReply(pageIndex: pageIndex);
} }
return; return;
}, },

Loading…
Cancel
Save