fix: build failed (ES10c.EuiccMemoryReset) #90
2 changed files with 3 additions and 1 deletions
|
@ -52,6 +52,8 @@ class LocalProfileAssistantWrapper(orig: LocalProfileAssistant) :
|
|||
|
||||
override fun handleNotification(seqNumber: Long): Boolean = lpa.handleNotification(seqNumber)
|
||||
|
||||
override fun euiccMemoryReset() = lpa.euiccMemoryReset()
|
||||
|
||||
override fun setNickname(iccid: String, nickname: String): Boolean =
|
||||
lpa.setNickname(iccid, nickname)
|
||||
|
||||
|
|
|
@ -251,7 +251,7 @@ Java_net_typeblog_lpac_1jni_LpacJni_es10cEuiccMemoryReset(JNIEnv *env, jobject t
|
|||
struct euicc_ctx *ctx = (struct euicc_ctx *) handle;
|
||||
int ret;
|
||||
ret = es10c_euicc_memory_reset(ctx);
|
||||
return ret
|
||||
return ret;
|
||||
}
|
||||
|
||||
JNIEXPORT jstring JNICALL
|
||||
|
|
Loading…
Add table
Reference in a new issue