Skip to content

Commit

Permalink
Close after done
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev committed Apr 3, 2024
1 parent 227b9e2 commit 276b9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/main/browser.dart
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ class _DeviceBrowserPageState extends State<DeviceBrowserPage> {
_fileBrowser.refresh(); // update UI

await Future.delayed(const Duration(seconds: 4));
// snackBar.close();
snackBar.close();
}

void _onNavigate(String newPath) {
Expand Down

0 comments on commit 276b9b4

Please sign in to comment.