We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16af32 commit acf5728Copy full SHA for acf5728
app/src/main/java/top/trangle/mbga/hook/MineViewHooker.kt
@@ -41,9 +41,6 @@ object MineViewHooker : YukiBaseHooker() {
41
if (fieldUri.get(list[0]).string() == SEARCH_URI) {
42
return@forEach
43
}
44
- list.forEach {
45
- YLog.debug("dd: ${reflectionToString(it)}")
46
- }
47
val newList =
48
arrayListOf(
49
ctorMenuGroupItem.get().call().also { item ->
0 commit comments