Kha'Zix

Results 3 comments of Kha'Zix

将 ContainsFunction的call函数改为以下内容 修复bug public class ContainsFunction implements FilterFunction { public Object call(ViewImage element, List params) { boolean isContains = false; if (params.get(0).calc(element) != null) { isContains = params.get(0).calc(element).toString().contains(params.get(1).calc(element).toString()); } return...

I encountered the same problem on SM-9650U Android 10. Have you solved this problem

This way there will be no bugs Il2Cpp.trace(false) .classes(DungeonPanel) .and() .attach()