diff --git a/filcnaplo/lib/helpers/update_helper.dart b/filcnaplo/lib/helpers/update_helper.dart index 54a1c93..96c26d7 100644 --- a/filcnaplo/lib/helpers/update_helper.dart +++ b/filcnaplo/lib/helpers/update_helper.dart @@ -10,6 +10,8 @@ import 'package:open_file/open_file.dart'; enum UpdateState { prepare, downloading, installing } typedef UpdateCallback = Function(double progress, UpdateState state); +// TODO: cleanup old apk files + extension UpdateHelper on Release { Future install({UpdateCallback? updateCallback}) async { String downloads = await StorageHelper.downloadsPath(); diff --git a/filcnaplo_mobile_ui b/filcnaplo_mobile_ui index b301aee..6ba35d8 160000 --- a/filcnaplo_mobile_ui +++ b/filcnaplo_mobile_ui @@ -1 +1 @@ -Subproject commit b301aee9d0722d7fbdb2ebad8e7176a4baf1d4f2 +Subproject commit 6ba35d8050c65100ab71cb84012f012323c7e035