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),
servers.length > 1,
),
if (servers.length > 1 &&
(_isExtended || !_isServerFound(servers)))
if (_isExtended || !_isServerFound(servers))
chooseServer(context, servers),
],
),