Kaynağa Gözat

small tune up

billyyoyo 5 yıl önce
ebeveyn
işleme
2908f760c4

+ 2 - 2
app/src/main/java/com/sheep/gamegroup/util/js/KFZSJs.java

@@ -653,8 +653,8 @@ public class KFZSJs {
     }
 
     @JavascriptInterface
-    public void gotoFind4Game(int type, int subType) {
-        Jump2View.getInstance().goActFind4Game(activity, type, subType);
+    public void gotoFind4Game(int type, int subType, String title) {
+        Jump2View.getInstance().goActFind4Game(activity, type, subType, title);
     }
 
     @JavascriptInterface