mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 02:07:58 -06:00
WIP - Provider refactorings
This commit is contained in:
@@ -63,7 +63,7 @@ class LabelTabView<T extends Label> extends StatelessWidget {
|
||||
);
|
||||
}
|
||||
return RefreshIndicator(
|
||||
onRefresh: BlocProvider.of<LabelCubit<T>>(context).reload,
|
||||
onRefresh: context.read<LabelCubit<T>>().reload,
|
||||
child: ListView(
|
||||
children: labels
|
||||
.map(
|
||||
|
||||
Reference in New Issue
Block a user