Skip to content

Commit 6f8293d

Browse files
authored
Merge pull request #596 from immutable/fix/compile-errors
fix: compile error on unsupported platform
2 parents 1aa88f0 + 0823606 commit 6f8293d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Packages/Passport/Runtime/ThirdParty/Gree/Assets/Plugins/WebViewObject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public void Init(
261261
webView.Call("Init", ua);
262262
webView.Call("setCallback", new AndroidCallback((message) => handleMessage(message)));
263263
#else
264-
Logger.Error("Webview is not supported on this platform.");
264+
PassportLogger.Error("Webview is not supported on this platform.");
265265
#endif
266266
}
267267

0 commit comments

Comments
 (0)