commit f17d3542c0c6c3210f10ed1b1d5982df25c9aad7 parent 29f7e2aa1cdebb716ad038d4fc2e9d519ef41ca3 Author: rhunk <101876869+rhunk@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:47:30 +0100 fix(core): debug info view Diffstat:
M | core/src/main/kotlin/me/rhunk/snapenhance/core/ui/menu/MenuViewInjector.kt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/src/main/kotlin/me/rhunk/snapenhance/core/ui/menu/MenuViewInjector.kt b/core/src/main/kotlin/me/rhunk/snapenhance/core/ui/menu/MenuViewInjector.kt @@ -76,7 +76,7 @@ class MenuViewInjector : Feature("MenuViewInjector", loadParams = FeatureLoadPar 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 { orientation = LinearLayout.VERTICAL addView(