Android: No longer try to free the native activity when toggling the virtual keyboard
This commit is contained in:
parent
b61502b69a
commit
687f260a46
|
@ -125,7 +125,6 @@ void InputImpl::setVirtualKeyboardVisible(bool visible)
|
|||
MethodHideSoftInput, lBinder, lFlags);
|
||||
lJNIEnv->DeleteLocalRef(lBinder);
|
||||
}
|
||||
lJNIEnv->DeleteLocalRef(lNativeActivity);
|
||||
lJNIEnv->DeleteLocalRef(ClassNativeActivity);
|
||||
lJNIEnv->DeleteLocalRef(ClassInputMethodManager);
|
||||
lJNIEnv->DeleteLocalRef(lDecorView);
|
||||
|
|
Loading…
Reference in a new issue