mirror of
https://github.com/LSPosed/LSPlant.git
synced 2025-05-04 20:42:02 +08:00
Allow set null
This commit is contained in:
parent
4c62b5d558
commit
92a6a727e2
@ -1088,7 +1088,7 @@ public:
|
||||
|
||||
void reset(jobject item) {
|
||||
item_.reset(item);
|
||||
if (item_) JNI_SafeInvoke(env_, &JNIEnv::SetObjectArrayElement, array_, i_, item_);
|
||||
JNI_SafeInvoke(env_, &JNIEnv::SetObjectArrayElement, array_, i_, item_);
|
||||
}
|
||||
|
||||
ScopedLocalRef<jobject> clone() const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user