Pin : rename PinStateDataSource by PinStateService

This commit is contained in:
ganfra 2023-10-11 20:38:41 +02:00
parent 760ea44e9d
commit 8c115d2982
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()