We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa88f0 commit 0823606Copy full SHA for 0823606
1 file changed
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