mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-07 11:15:49 -06:00
feat: Migrate to go_router
This commit is contained in:
@@ -61,6 +61,7 @@ class InboxCubit extends HydratedCubit<InboxState>
|
||||
Future<void> initialize() async {
|
||||
await refreshItemsInInboxCount(false);
|
||||
await loadInbox();
|
||||
super.initialize();
|
||||
}
|
||||
|
||||
Future<void> refreshItemsInInboxCount([bool shouldLoadInbox = true]) async {
|
||||
|
||||
Reference in New Issue
Block a user