diff --git a/flutter/lib/common.dart b/flutter/lib/common.dart index ca52c61e0..ab1b0b3c5 100644 --- a/flutter/lib/common.dart +++ b/flutter/lib/common.dart @@ -3938,9 +3938,7 @@ void earlyAssert() { void checkUpdate() { if (!isWeb) { - final isWindowsInstalled = isWindows && bind.mainIsInstalled(); - final shouldCheckUpdate = isWindowsInstalled || !bind.isCustomClient(); - if (shouldCheckUpdate) { + if (!bind.isCustomClient()) { platformFFI.registerEventHandler( kCheckSoftwareUpdateFinish, kCheckSoftwareUpdateFinish, (Map evt) async {