omikit-plugin 3.2.3 → 3.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -218,7 +218,7 @@ class OmikitPluginModule(reactContext: ReactApplicationContext?) :
218
218
  reactApplicationContext!!.addActivityEventListener(this)
219
219
  Handler(Looper.getMainLooper()).post {
220
220
  OmiClient.getInstance(reactApplicationContext!!).addCallStateListener(this)
221
- OmiClient.getInstance(reactApplicationContext!!).setDebug(true) // Set Show Log
221
+ OmiClient.getInstance(reactApplicationContext!!).setDebug(false)
222
222
  OmiClient.isAppReady = true;
223
223
  }
224
224
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omikit-plugin",
3
- "version": "3.2.3",
3
+ "version": "3.2.4",
4
4
  "description": "Omikit Plugin by ViHAT",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",