We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1aa88f0 + 0823606 commit 6f8293dCopy full SHA for 6f8293d
src/Packages/Passport/Runtime/ThirdParty/Gree/Assets/Plugins/WebViewObject.cs
@@ -261,7 +261,7 @@ public void Init(
261
webView.Call("Init", ua);
262
webView.Call("setCallback", new AndroidCallback((message) => handleMessage(message)));
263
#else
264
- Logger.Error("Webview is not supported on this platform.");
+ PassportLogger.Error("Webview is not supported on this platform.");
265
#endif
266
}
267
0 commit comments