Upgrade SDK version to 25.02.26 (#4305)

* Upgrade SDK version to 25.02.26

* Remove OIDC URL result from logout, the SDK no longer provides it

* Handle room creation and destruction in a better way

* Remove `onSuccessLogout`
This commit is contained in:
Jorge Martin Espinosa 2025-02-26 10:04:49 +01:00 committed by GitHub
parent 3c30bec1c2
commit 274d9dc7c1
40 changed files with 46 additions and 230 deletions

View file

@ -111,6 +111,6 @@ class RoomListNode @AssistedInject constructor(
)
}
directLogoutView.Render(state.directLogoutState) {}
directLogoutView.Render(state.directLogoutState)
}
}