mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-15 04:12:30 -06:00
Some visual updates, bugfixes, finished major refactoring!
This commit is contained in:
@@ -156,7 +156,7 @@ class _DocumentsPageState extends State<DocumentsPage> {
|
||||
pagingController: _pagingController,
|
||||
hasInternetConnection:
|
||||
connectivityState == ConnectivityState.connected,
|
||||
onTagSelected: (int tagId) => _addTagToFilter,
|
||||
onTagSelected: _addTagToFilter,
|
||||
);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user