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

+ 1 - 4
src/android/notification/Options.java

@@ -217,10 +217,7 @@ public class Options {
      * Trigger date in milliseconds.
      */
     public long getTriggerTime() {
-        //return Math.max(
-        //        System.currentTimeMillis(),
-                return options.optLong("at", 0) * 1000;
-        //);
+        return options.optLong("at", 0) * 1000;
     }
 
     /**