mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-05-08 10:24:32 +02:00
fix(core): debug info view
This commit is contained in:
parent
29f7e2aa1c
commit
f17d3542c0
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user