You've already forked element-android
mirror of
https://github.com/vector-im/element-android.git
synced 2025-07-29 19:41:14 +03:00
Small renamings/reorganization in CryptoService
This commit is contained in:
@ -72,7 +72,7 @@ class FlowSession(private val session: Session) {
|
||||
}
|
||||
|
||||
fun liveMyDevicesInfo(): Flow<List<DeviceInfo>> {
|
||||
return session.cryptoService().getLiveMyDevicesInfo().asFlow()
|
||||
return session.cryptoService().getMyDevicesInfoLive().asFlow()
|
||||
.startWith(session.coroutineDispatchers.io) {
|
||||
session.cryptoService().getMyDevicesInfo()
|
||||
}
|
||||
|
Reference in New Issue
Block a user