Parcourir la source

game list with title

hanjing il y a 6 ans
Parent
commit
8bfcc7a5af
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      app/src/main/java/com/sheep/gamegroup/util/js/KFZSJs.java

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

@@ -546,10 +546,10 @@ public class KFZSJs {
     }
 
     @JavascriptInterface
-    public void goActPlayGameList(int type) {
+    public void goActPlayGameList(int type, String name) {
         GameListType gameListType = new GameListType();
         gameListType.setPort_type(type);
-        gameListType.setTitle("");
+        gameListType.setTitle(name);
         Jump2View.getInstance().goActPlayGameList(activity, gameListType);
     }