Merge pull request #5332 from 21pages/ab

not show waitingForImage dialog when already get first image
This commit is contained in:
RustDesk
2023-08-10 22:04:15 +08:00
committed by GitHub
3 changed files with 29 additions and 24 deletions

View File

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