<How to fix two API requests with flow coroutines>...
# stackoverflow
u
How to fix two API requests with flow coroutines I have problems to execute two flows with efficient way. Sometimes I have to trigger this method(click on button) twice to have different result it seems that sometimes flow is not triggered well. What could be problem here? My result I would like to achieve. CLick on button -> 1 flow triggered with success result -> (get data from 1 flow) to trigger 2 flow with new data and with success -> update UI usecases class GetImageQuotePictureItemUseCase @Inject constructor(private val api:...