summaryrefslogtreecommitdiffstats
path: root/src/com/android/deskclock/timer/TimerAlertFullScreen.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/deskclock/timer/TimerAlertFullScreen.java')
-rw-r--r--src/com/android/deskclock/timer/TimerAlertFullScreen.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/deskclock/timer/TimerAlertFullScreen.java b/src/com/android/deskclock/timer/TimerAlertFullScreen.java
index 27e18a95e..913ff4d33 100644
--- a/src/com/android/deskclock/timer/TimerAlertFullScreen.java
+++ b/src/com/android/deskclock/timer/TimerAlertFullScreen.java
@@ -77,7 +77,7 @@ public class TimerAlertFullScreen extends Activity implements OnEmptyListListene
protected void onResume() {
super.onResume();
- getWindow().getDecorView().setBackgroundColor(Utils.getCurrentHourColor());
+ getWindow().getDecorView().setBackgroundColor(Utils.getCurrentHourColor(this));
// Only show notifications for times-up when this activity closed.
Utils.cancelTimesUpNotifications(this);