Skip to content

Commit d0a3ee9

Browse files
committed
fix(ui): nav bug
1 parent ab93fe0 commit d0a3ee9

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

lib/pages/shopinbit/shopinbit_order_created.dart

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,9 @@ class ShopInBitOrderCreated extends StatelessWidget {
226226
buttonHeight: isDesktop ? .l : null,
227227
onPressed: () {
228228
if (Util.isDesktop) {
229-
DesktopDialogCloseButton(
230-
onPressedOverride: () => NestedNavigatorDialog.of(
231-
context,
232-
).close(args: const .noWarning()),
233-
);
229+
NestedNavigatorDialog.of(
230+
context,
231+
).close(args: const .noWarning());
234232
} else {
235233
_popToServices(context);
236234
}

0 commit comments

Comments
 (0)