Stabilize UITweaks block structure for CI Kotlin parsing

This commit is contained in:
imCrest
2026-04-14 22:08:57 +00:00
parent 360540edb4
commit 992a48fa81

View File

@@ -262,12 +262,12 @@ class UITweaks : Feature("UITweaks") {
if (viewId == unreadHintButton && hiddenElements.contains("hide_unread_chat_hint")) {
event.canceled = true
}
}
} // end AddViewEvent subscription
}
override fun init() {
onNextActivityCreate {
onActivityCreate()
}
}
}
} // end init
} // end UITweaks