Set activity state correctly when ending activity.

This commit is contained in:
Bryce Curtis 2011-10-25 14:57:55 -05:00
parent 12816aa8f3
commit e4a992095f

View File

@ -1442,6 +1442,7 @@ public class DroidGap extends PhonegapActivity {
// If not, then invoke behavior of super class
else {
this.activityState = ACTIVITY_EXITING;
return super.onKeyDown(keyCode, event);
}
}