Browse Source

Cleanup code

Sebastián Katzer 10 năm trước cách đây
mục cha
commit
0fee144746
1 tập tin đã thay đổi với 1 bổ sung4 xóa
  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;
     }
 
     /**