mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
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
2 changed files with 5 additions and 0 deletions
1
changelog.d/4592.bugfix
Normal file
1
changelog.d/4592.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
Fix empty Dev Tools screen issue.
|
|
@ -28,6 +28,10 @@ class RoomDevToolRootController @Inject constructor(
|
|||
|
||||
var interactionListener: DevToolsInteractionListener? = null
|
||||
|
||||
init {
|
||||
requestModelBuild()
|
||||
}
|
||||
|
||||
override fun buildModels() {
|
||||
val host = this
|
||||
genericButtonItem {
|
||||
|
|
Loading…
Add table
Reference in a new issue