Commit d11d8546 by Sebastián Katzer

Clear possibly filled eventQueue on resume

parent 7a327834
...@@ -88,6 +88,7 @@ public class LocalNotification extends CordovaPlugin { ...@@ -88,6 +88,7 @@ public class LocalNotification extends CordovaPlugin {
public void onResume(boolean multitasking) { public void onResume(boolean multitasking) {
super.onResume(multitasking); super.onResume(multitasking);
isInBackground = false; isInBackground = false;
deviceready();
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment