mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-07 11:15:49 -06:00
fix: Fix scrolling issue, update selection app bar
This commit is contained in:
@@ -23,8 +23,8 @@ class SliverSearchBar extends StatelessWidget {
|
||||
floating: floating,
|
||||
pinned: pinned,
|
||||
delegate: CustomizableSliverPersistentHeaderDelegate(
|
||||
minExtent: kToolbarHeight + 8,
|
||||
maxExtent: kToolbarHeight + 8,
|
||||
minExtent: kToolbarHeight,
|
||||
maxExtent: kToolbarHeight,
|
||||
child: Container(
|
||||
margin: const EdgeInsets.symmetric(horizontal: 8.0),
|
||||
child: SearchBar(
|
||||
|
||||
Reference in New Issue
Block a user