diff --git a/example/lib/main.dart b/example/lib/main.dart index 86a16d0..fe1c76a 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -31,7 +31,7 @@ class _MyAppState extends State { Future initAsync() async { if (await _promptPermissionSetting()) { List collections = - await PhotoGallery.listAlbums(mediumType: MediumType.video); + await PhotoGallery.listAlbums(mediumType: MediumType.image); setState(() { _collections = collections; _loading = false;