Pin : rename PinStateDataSource by PinStateService
This commit is contained in:
parent
304ec0b740
commit
bdcd2714cc
4 changed files with 8 additions and 8 deletions
|
|
@ -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()
|
||||
Loading…
Add table
Add a link
Reference in a new issue