fix: Empty server confirmation screen during recovery
continuous-integration/drone/push Build is passing Details

pull/474/head
Inex Code 2024-03-02 19:49:36 +03:00
parent b29ee2e90e
commit 60c6736487
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),
], ],
), ),