mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-06-12 13:17:42 +02:00
feat(core/experimental): custom story expiration
- refactor send override
This commit is contained in:
@ -5,7 +5,8 @@ import android.util.Log
|
||||
class NativeLib {
|
||||
var nativeUnaryCallCallback: (NativeRequestData) -> Unit = {}
|
||||
companion object {
|
||||
private var initialized = false
|
||||
var initialized = false
|
||||
private set
|
||||
}
|
||||
|
||||
fun initOnce(classloader: ClassLoader) {
|
||||
|
Reference in New Issue
Block a user