Skip to content

Commit

Permalink
Fix: When downloading the app update, installation should be possible…
Browse files Browse the repository at this point in the history
… from notification
  • Loading branch information
gokadzev committed Nov 26, 2023
1 parent 062c1b0 commit 7d3faf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ Future<void> initialisation() async {
running: const TaskNotification('Downloading', 'file: {filename}'),
complete: const TaskNotification('Download finished', 'file: {filename}'),
progressBar: true,
tapOpensFile: true,
);
} catch (e) {
logger.log('Initialization Error: $e');
Expand Down

0 comments on commit 7d3faf0

Please sign in to comment.