Changed bottom safe area
This commit is contained in:
@@ -125,7 +125,7 @@ class BookmarkFormModalState extends ConsumerState<BookmarkFormModal> {
|
||||
],
|
||||
body: SafeArea(
|
||||
top: false,
|
||||
bottom: true,
|
||||
bottom: false,
|
||||
child: Builder(
|
||||
builder: (context) => CustomScrollView(
|
||||
slivers: [
|
||||
|
||||
@@ -219,7 +219,7 @@ class _List extends ConsumerWidget {
|
||||
],
|
||||
body: SafeArea(
|
||||
top: false,
|
||||
bottom: true,
|
||||
bottom: false,
|
||||
child: Builder(
|
||||
builder: (context) => RefreshIndicator(
|
||||
displacement: 120,
|
||||
|
||||
Reference in New Issue
Block a user