Skip to content

Commit

Permalink
DriveFileSelectDialogのフォルダ一覧でもありませんを表示しない
Browse files Browse the repository at this point in the history
  • Loading branch information
poppingmoon committed Sep 2, 2023
1 parent e877eaa commit ccbdc5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/view/note_create_page/drive_file_select_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class DriveFileSelectDialogState extends ConsumerState<DriveFileSelectDialog> {
PushableListView(
shrinkWrap: true,
physics: const NeverScrollableScrollPhysics(),
hideIsEmpty: true,
initializeFuture: () async {
final misskey = ref.read(misskeyProvider(widget.account));
final response = await misskey.drive.folders.folders(
Expand Down

0 comments on commit ccbdc5e

Please sign in to comment.