Skip to content
Snippets Groups Projects
Commit feeabf0d authored by BMItter's avatar BMItter
Browse files

fix multiple instances for ExposureResultStore

parent 4756b0c8
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,9 @@ import com.google.android.gms.nearby.exposurenotification.ExposureWindow
import de.rki.coronawarnapp.risk.result.AggregatedRiskResult
import kotlinx.coroutines.flow.MutableStateFlow
import javax.inject.Inject
import javax.inject.Singleton
@Singleton
class ExposureResultStore @Inject constructor() {
val entities = MutableStateFlow<ExposureResult>(Pair(emptyList(), null))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment