mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-17 09:08:49 +00:00
fix(Syncing): Added back state for sync_device_result state (#9998)
This commit is contained in:
parent
5592335b2f
commit
06ca722cb7
@ -13,4 +13,4 @@ method executePrimaryCommand*(self: SyncDeviceWithSyncCodeState, controller: Con
|
|||||||
discard controller.inputConnectionStringForBootstrapping(connectionString)
|
discard controller.inputConnectionStringForBootstrapping(connectionString)
|
||||||
|
|
||||||
method getNextPrimaryState*(self: SyncDeviceWithSyncCodeState, controller: Controller): State =
|
method getNextPrimaryState*(self: SyncDeviceWithSyncCodeState, controller: Controller): State =
|
||||||
return createState(StateType.SyncDeviceResult, self.flowType, nil)
|
return createState(StateType.SyncDeviceResult, self.flowType, self)
|
Loading…
x
Reference in New Issue
Block a user