Skip to content

Commit

Permalink
Android: No longer try to free the native activity when toggling the …
Browse files Browse the repository at this point in the history
…virtual keyboard
  • Loading branch information
MarioLiebisch authored and eXpl0it3r committed Mar 1, 2016
1 parent b61502b commit 687f260
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SFML/Window/Android/InputImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 687f260

Please sign in to comment.