not show waitingForImage when already get first image

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages 2023-08-10 20:35:41 +08:00
parent 59c865293f
commit 1be383e50e

View File

@ -425,6 +425,7 @@ class FfiModel with ChangeNotifier {
closeConnection(); closeConnection();
} }
if (_waitForFirstImage[sessionId] == false) return;
dialogManager.show( dialogManager.show(
(setState, close, context) => CustomAlertDialog( (setState, close, context) => CustomAlertDialog(
title: null, title: null,