upgrade
This commit is contained in:
@@ -35,6 +35,10 @@ public class CallListner : CLBehaviour4Lua
|
||||
public void init()
|
||||
{
|
||||
setLua();
|
||||
#if UNITY_EDITOR
|
||||
return;
|
||||
#endif
|
||||
|
||||
#if UNITY_ANDROID
|
||||
plugin.Call("init", gameObject.name);
|
||||
#elif UNITY_IOS
|
||||
|
||||
@@ -24,7 +24,7 @@ public static class CallLogUtl
|
||||
#if UNITY_ANDROID
|
||||
return plugin.CallStatic<string>("getCallLog");
|
||||
#elif UNITY_IOS
|
||||
|
||||
return "";
|
||||
#else
|
||||
return "";
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user