mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 08:08:14 -06:00
Small refactorings to inbox
This commit is contained in:
@@ -79,9 +79,8 @@ class _InboxPageState extends State<InboxPage> {
|
||||
body: NestedScrollView(
|
||||
headerSliverBuilder: (context, innerBoxIsScrolled) => [
|
||||
SearchAppBar(
|
||||
hintText: "Search documents",
|
||||
onOpenSearch: showDocumentSearchPage,
|
||||
),
|
||||
hintText: "Search documents",
|
||||
onOpenSearch: showDocumentSearchPage),
|
||||
],
|
||||
body: BlocBuilder<InboxCubit, InboxState>(
|
||||
builder: (context, state) {
|
||||
|
||||
Reference in New Issue
Block a user