|
|
|
@ -92,10 +92,9 @@ class _DoctorReplyScreenState extends State<DoctorReplyScreen> {
|
|
|
|
onNotification: (t) {
|
|
|
|
onNotification: (t) {
|
|
|
|
if (t is ScrollEndNotification &&
|
|
|
|
if (t is ScrollEndNotification &&
|
|
|
|
model.state != ViewState.BusyLocal) {
|
|
|
|
model.state != ViewState.BusyLocal) {
|
|
|
|
print("${model.state}");
|
|
|
|
setState(() {
|
|
|
|
// setState(() {
|
|
|
|
pageIndex++;
|
|
|
|
// pageIndex++;
|
|
|
|
});
|
|
|
|
// });
|
|
|
|
|
|
|
|
model.getDoctorReply(pageIndex: 2);
|
|
|
|
model.getDoctorReply(pageIndex: 2);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
|