Pin : rename PinStateDataSource by PinStateService

This commit is contained in:
ganfra 2023-10-11 20:38:41 +02:00
parent 304ec0b740
commit bdcd2714cc
4 changed files with 8 additions and 8 deletions

View file

@ -18,7 +18,7 @@ package io.element.android.features.pin.api
import kotlinx.coroutines.flow.StateFlow
interface PinStateDataSource {
interface PinStateService {
val pinState: StateFlow<PinState>
suspend fun lock()