Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sivan22 committed Feb 23, 2024
1 parent d459f93 commit cac7e1b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/tree_view_selectable.dart
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,7 @@ class FileTreeViewScreenState extends State<FileTreeViewScreen> {
child: snapshot.hasData
? SingleChildScrollView(
child: _buildTreeView(snapshot.data!, 0))
: const Center(
child: Text(
'No directory selected. Tap the folder icon to pick one.'),
),
: const CircularProgressIndicator(),
),
)
],
Expand Down

0 comments on commit cac7e1b

Please sign in to comment.