Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mylxsw committed Oct 7, 2023
1 parent a72932e commit 5a08977
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 223 deletions.
1 change: 1 addition & 0 deletions lib/page/gallery/gallery.dart
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ class _GalleryScreenState extends State<GalleryScreen> {
break;
case IndicatorStatus.empty:
msg = '暂无数据';
break;
default:
return const Center(child: LoadingIndicator());
}
Expand Down
Loading

0 comments on commit 5a08977

Please sign in to comment.