Fixing a typo in the android plugin api.

This commit is contained in:
Derek Sollenberger
2009-07-07 11:16:06 -04:00
parent 45a0b24cd5
commit 81382964c8

View File

@@ -210,8 +210,9 @@ int16 FormPlugin::handleEvent(const ANPEvent* evt) {
break;
case kLifecycle_ANPEventType:
if (evt->data.lifecycle.action == kLooseFocus_ANPLifecycleAction) {
if (evt->data.lifecycle.action == kLoseFocus_ANPLifecycleAction) {
gLogI.log(instance, kDebug_ANPLogType, "----%p Loosing Focus", instance);
if (m_activeInput) {
// hide the keyboard
gWindowI.showKeyboard(instance, false);