Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k committed Oct 27, 2024
1 parent 2af90ed commit 55fecd0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,8 @@ class ProductPageState extends State<ProductPage>

Widget _buildProductBody(BuildContext context) {
final AppLocalizations appLocalizations = AppLocalizations.of(context);
final LocalDatabase localDatabase = context.read<LocalDatabase>();
final UserPreferences userPreferences = context.watch<UserPreferences>();
final DaoProductList daoProductList = DaoProductList(localDatabase);

return RefreshIndicator(
onRefresh: () async => ProductRefresher().fetchAndRefresh(
barcode: barcode,
Expand Down

0 comments on commit 55fecd0

Please sign in to comment.