From 4c382e285ac247c1fc315c5874ff12e6dff59531 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Tue, 24 Sep 2024 11:09:30 -0400 Subject: [PATCH] fix: add comment --- shorebird_code_push/example/lib/main.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shorebird_code_push/example/lib/main.dart b/shorebird_code_push/example/lib/main.dart index 9374e01..2984619 100644 --- a/shorebird_code_push/example/lib/main.dart +++ b/shorebird_code_push/example/lib/main.dart @@ -146,6 +146,9 @@ class _MyHomePageState extends State { ); } + // Note: this is only run if an update is reported as available. + // [isNewPatchReadyToInstall] returning false does not always indicate an + // error with the download. Future _downloadUpdate() async { _showDownloadingBanner();