Bug 1192077 - Convert AndroidBridge JNIEnv calls; r=esawin
This commit is contained in:
@@ -245,7 +245,7 @@ nsAppShell::ProcessNextNativeEvent(bool mayWait)
|
||||
// (bug 750713). Looper messages effectively have the lowest
|
||||
// priority because we only process them before we're about to
|
||||
// wait for new events.
|
||||
if (AndroidBridge::HasEnv() &&
|
||||
if (jni::IsAvailable() &&
|
||||
AndroidBridge::Bridge()->PumpMessageLoop()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user