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