Bug 703601 - Fix a bunch of lifecycle issues with Flash on Android

This commit is contained in:
James Willcox
2012-02-15 15:34:31 -05:00
parent 92527d425b
commit 76313612cc
12 changed files with 199 additions and 55 deletions

View File

@@ -547,6 +547,14 @@ AndroidGeckoEvent::Init(JNIEnv *jenv, jobject jobj)
break;
}
case ACTIVITY_STOPPING:
case ACTIVITY_START:
case ACTIVITY_PAUSING:
case ACTIVITY_RESUMING: {
mFlags = jenv->GetIntField(jobj, jFlagsField);
break;
}
default:
break;
}