Rename our classes too.

This commit is contained in:
Benoit Marty 2026-03-04 17:41:44 +01:00
parent 5ac8d40ffe
commit c97bf08008
7 changed files with 13 additions and 13 deletions

View file

@ -165,6 +165,6 @@ class PreferencesRootPresenter(
devicesManagementUrl: MutableState<String?>,
) = launch {
accountManagementUrl.value = matrixClient.getAccountManagementUrl(AccountManagementAction.Profile).getOrNull()
devicesManagementUrl.value = matrixClient.getAccountManagementUrl(AccountManagementAction.SessionsList).getOrNull()
devicesManagementUrl.value = matrixClient.getAccountManagementUrl(AccountManagementAction.DevicesList).getOrNull()
}
}