Sebastián Katzer 10 سال پیش
والد
کامیت
0fee144746
1فایلهای تغییر یافته به همراه1 افزوده شده و 4 حذف شده
  1. 1 4
      src/android/notification/Options.java

+ 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;
     }
 
     /**