Przeglądaj źródła

修改接入文档

#Suyghur 3 lat temu
rodzic
commit
ba7594657d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -171,7 +171,7 @@
     @Override
     protected void onNewIntent(Intent intent) {
         super.onNewIntent(intent);
-        EYuanGame.getInstance().onNewIntent(this, intent);
+        EYaunCommSdk.getInstance().onNewIntent(this, intent);
     }
 ```