Merge pull request #4689 from vector-im/feature/aris/dev_tools_fix_4592
Feature/aris/dev tools fix 4592
This commit is contained in:
commit
406881c8a7
|
@ -0,0 +1 @@
|
||||||
|
Fix empty Dev Tools screen issue.
|
|
@ -28,6 +28,10 @@ class RoomDevToolRootController @Inject constructor(
|
||||||
|
|
||||||
var interactionListener: DevToolsInteractionListener? = null
|
var interactionListener: DevToolsInteractionListener? = null
|
||||||
|
|
||||||
|
init {
|
||||||
|
requestModelBuild()
|
||||||
|
}
|
||||||
|
|
||||||
override fun buildModels() {
|
override fun buildModels() {
|
||||||
val host = this
|
val host = this
|
||||||
genericButtonItem {
|
genericButtonItem {
|
||||||
|
|
Loading…
Reference in New Issue