-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
react-native-haapi-module/android/src/main/java/io/curity/haapi/react/HaapiModule.kt
Lines 66 to 70 in b047eef
| init { | |
| HaapiLogger.enabled = true | |
| HaapiLogger.isDebugEnabled = true | |
| _reactContext.addLifecycleEventListener(this) | |
| } |
init {
HaapiLogger.enabled = BuildConfig.DEBUG
HaapiLogger.isDebugEnabled = BuildConfig.DEBUG
_reactContext.addLifecycleEventListener(this)
}Metadata
Metadata
Assignees
Labels
No labels