You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a UseCase for ParticipantDiscovery, remove GlobalScope, remove LiveData, ensure it shuts down when exiting the ViewModel and in other necessary cases
Move the generation of serviceName into the UseCase
Deal with action field, make it reactive
Make isRelayEnabled reactive, along with network switching
Add a static MediatorService::start with arguments so that the Intent is formed there
Move generateServerPartyId into the UseCase
Make state reactive
In several places inside state.update, the value for the state is obtained from a variable, although it is available
KeygenFlowViewModel:
GeneratingKeyViewModel:
The text was updated successfully, but these errors were encountered: