Эх сурвалжийг харах

Clear possibly filled eventQueue on resume

Sebastián Katzer 10 жил өмнө
parent
commit
d11d854613

+ 1 - 0
src/android/LocalNotification.java

@@ -88,6 +88,7 @@ public class LocalNotification extends CordovaPlugin {
     public void onResume(boolean multitasking) {
         super.onResume(multitasking);
         isInBackground = false;
+        deviceready();
     }
 
     /**