Merge pull request #4689 from vector-im/feature/aris/dev_tools_fix_4592

Feature/aris/dev tools fix 4592
This commit is contained in:
Benoit Marty 2021-12-13 11:37:53 +01:00 committed by GitHub
commit 406881c8a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

1
changelog.d/4592.bugfix Normal file
View file

@ -0,0 +1 @@
Fix empty Dev Tools screen issue.

View file

@ -28,6 +28,10 @@ class RoomDevToolRootController @Inject constructor(
var interactionListener: DevToolsInteractionListener? = null
init {
requestModelBuild()
}
override fun buildModels() {
val host = this
genericButtonItem {