mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 17:11:14 +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),
|
||||
servers.length > 1,
|
||||
),
|
||||
if (servers.length > 1 &&
|
||||
(_isExtended || !_isServerFound(servers)))
|
||||
if (_isExtended || !_isServerFound(servers))
|
||||
chooseServer(context, servers),
|
||||
],
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue