diff --git a/lib/widget/home_photos.dart b/lib/widget/home_photos.dart index 7b613a9a..f2ba3d61 100644 --- a/lib/widget/home_photos.dart +++ b/lib/widget/home_photos.dart @@ -123,6 +123,8 @@ class _HomePhotosState extends State child: DraggableScrollbar.semicircle( controller: _scrollController, overrideMaxScrollExtent: scrollExtent, + // status bar + app bar + topOffset: MediaQuery.of(context).padding.top + kToolbarHeight, child: ScrollConfiguration( behavior: ScrollConfiguration.of(context) .copyWith(scrollbars: false), diff --git a/pubspec.lock b/pubspec.lock index cae592be..d0386b0c 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -229,8 +229,8 @@ packages: dependency: "direct main" description: path: "." - ref: "v0.1.0-nc-photos-1" - resolved-ref: d97c03ddea7b6bae0e170430e0cb7c27e725ff2a + ref: "v0.1.0-nc-photos-2" + resolved-ref: "233d360e24f101ca9e33c7a1332dadd20fc20b71" url: "https://gitlab.com/nkming2/flutter-draggable-scrollbar" source: git version: "0.1.0" diff --git a/pubspec.yaml b/pubspec.yaml index 1c3cb1f7..ed44e705 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -35,7 +35,7 @@ dependencies: draggable_scrollbar: git: url: https://gitlab.com/nkming2/flutter-draggable-scrollbar - ref: v0.1.0-nc-photos-1 + ref: v0.1.0-nc-photos-2 equatable: ^2.0.0 event_bus: ^2.0.0 exifdart: