mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 14:21:04 +08:00
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 New Issue
Block a user