fix: add comment

This commit is contained in:
Bryan Oltman
2024-09-24 11:09:30 -04:00
parent db98cb1746
commit 4c382e285a
@@ -146,6 +146,9 @@ class _MyHomePageState extends State<MyHomePage> {
);
}
// 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<void> _downloadUpdate() async {
_showDownloadingBanner();