Skip to content

Commit 4e90e47

Browse files
authored
Merge pull request #778 from cypherstack/ui
Invert ConditionalParent condition
2 parents d289636 + c8a5a00 commit 4e90e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pages/add_wallet_views/restore_wallet_view/restore_wallet_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ class _RestoreWalletViewState extends ConsumerState<RestoreWalletView> {
728728
child: Padding(
729729
padding: const EdgeInsets.all(12.0),
730730
child: ConditionalParent(
731-
condition: !isDesktop,
731+
condition: isDesktop,
732732
builder: (child) => Expanded(
733733
child: child,
734734
),

0 commit comments

Comments
 (0)