fix(core): debug info view

This commit is contained in:
rhunk 2024-03-11 22:47:30 +01:00
parent 29f7e2aa1c
commit f17d3542c0

View File

@ -76,7 +76,7 @@ class MenuViewInjector : Feature("MenuViewInjector", loadParams = FeatureLoadPar
return@subscribe return@subscribe
} }
if (viewGroup !is LinearLayout && childView.id == chatActionMenu && context.config.experimental.newChatActionMenu.get() && context.isDeveloper) { if (viewGroup !is LinearLayout && childView.id == chatActionMenu && context.isDeveloper) {
event.view = LinearLayout(childView.context).apply { event.view = LinearLayout(childView.context).apply {
orientation = LinearLayout.VERTICAL orientation = LinearLayout.VERTICAL
addView( addView(