From b3a4b758dccbab82e85bda474fd56aa4fa0ab5c2 Mon Sep 17 00:00:00 2001 From: Bao-Long Nguyen-Trong Date: Fri, 19 Dec 2008 19:52:51 +0000 Subject: [PATCH] . Fixed typo in LED time off I forgot: Thanks danapple0 for the LED blickng code --- src/com/android/email/Email.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/email/Email.java b/src/com/android/email/Email.java index 625eb630c..5241d0ac2 100644 --- a/src/com/android/email/Email.java +++ b/src/com/android/email/Email.java @@ -118,7 +118,7 @@ public class Email extends Application { /** * Time the LED is off when blicking on new email notification */ - public static final int NOTIFICATION_LED_OFF_TIME = 500; + public static final int NOTIFICATION_LED_OFF_TIME = 2000; /** * Called throughout the application when the number of accounts has changed. This method