Skip to content

Commit fd53f9f

Browse files
committed
fix(ui): check correct context
1 parent 9dad75d commit fd53f9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/pages/shopinbit/shopinbit_settings_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ class _ShopInBitSettingsViewState extends ConsumerState<ShopInBitSettingsView> {
600600
text: _currentKey!,
601601
),
602602
);
603-
if (mounted) {
603+
if (context.mounted) {
604604
unawaited(
605605
showFloatingFlushBar(
606606
type: FlushBarType.info,

0 commit comments

Comments
 (0)