mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
Merge pull request #778 from cypherstack/ui
Invert ConditionalParent condition
This commit is contained in:
commit
4e90e47d12
1 changed files with 1 additions and 1 deletions
|
@ -728,7 +728,7 @@ class _RestoreWalletViewState extends ConsumerState<RestoreWalletView> {
|
|||
child: Padding(
|
||||
padding: const EdgeInsets.all(12.0),
|
||||
child: ConditionalParent(
|
||||
condition: !isDesktop,
|
||||
condition: isDesktop,
|
||||
builder: (child) => Expanded(
|
||||
child: child,
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue