fix: Empty server confirmation screen during recovery #474

Merged
inex merged 1 commits from inex/fix-confirm-server into master 2024-03-02 18:50:46 +02:00
1 changed files with 1 additions and 2 deletions

View File

@ -61,8 +61,7 @@ class _RecoveryConfirmServerState extends State<RecoveryConfirmServer> {
_firstValidServer(servers), _firstValidServer(servers),
servers.length > 1, servers.length > 1,
), ),
if (servers.length > 1 && if (_isExtended || !_isServerFound(servers))
(_isExtended || !_isServerFound(servers)))
chooseServer(context, servers), chooseServer(context, servers),
], ],
), ),