mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-09 17:39:42 +00:00
fix: Empty server confirmation screen during recovery
This commit is contained in:
parent
b29ee2e90e
commit
60c6736487
|
@ -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),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue