mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 17:11:14 +00:00
feat: cubit.state.progress check for connect_to_existing
This commit is contained in:
parent
bf66717854
commit
a4737e9f05
|
@ -130,7 +130,9 @@ class InitializingPage extends StatelessWidget {
|
|||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
if (cubit.state is ServerInstallationEmpty ||
|
||||
cubit.state is ServerInstallationNotFinished)
|
||||
cubit.state is ServerInstallationNotFinished &&
|
||||
cubit.state.progress ==
|
||||
ServerSetupProgress.nothingYet)
|
||||
Container(
|
||||
alignment: Alignment.center,
|
||||
child: BrandButton.filled(
|
||||
|
|
Loading…
Reference in a new issue