Rename our classes too.
This commit is contained in:
parent
5ac8d40ffe
commit
c97bf08008
7 changed files with 13 additions and 13 deletions
|
|
@ -12,7 +12,7 @@ import io.element.android.libraries.matrix.api.core.DeviceId
|
|||
|
||||
sealed interface AccountManagementAction {
|
||||
data object Profile : AccountManagementAction
|
||||
data object SessionsList : AccountManagementAction
|
||||
data class SessionView(val deviceId: DeviceId) : AccountManagementAction
|
||||
data class SessionEnd(val deviceId: DeviceId) : AccountManagementAction
|
||||
data object DevicesList : AccountManagementAction
|
||||
data class DeviceView(val deviceId: DeviceId) : AccountManagementAction
|
||||
data class DeviceDelete(val deviceId: DeviceId) : AccountManagementAction
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue