Sebastián Katzer %!s(int64=10) %!d(string=hai) anos
pai
achega
0fee144746
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  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;
     }
 
     /**