not show waitingForImage when already get first image
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
59c865293f
commit
1be383e50e
1 changed files with 1 additions and 0 deletions
|
|
@ -425,6 +425,7 @@ class FfiModel with ChangeNotifier {
|
|||
closeConnection();
|
||||
}
|
||||
|
||||
if (_waitForFirstImage[sessionId] == false) return;
|
||||
dialogManager.show(
|
||||
(setState, close, context) => CustomAlertDialog(
|
||||
title: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue