summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
Diffstat (limited to 'src/com')
-rw-r--r--src/com/android/deskclock/timer/TimerFragment.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/deskclock/timer/TimerFragment.java b/src/com/android/deskclock/timer/TimerFragment.java
index 51203a387..1054873e7 100644
--- a/src/com/android/deskclock/timer/TimerFragment.java
+++ b/src/com/android/deskclock/timer/TimerFragment.java
@@ -664,6 +664,8 @@ public final class TimerFragment extends DeskClockFragment {
super.onAnimationEnd(animation);
mTimersView.setTranslationY(0f);
mCreateTimerView.setTranslationY(0f);
+ mTimersView.setAlpha(1f);
+ mCreateTimerView.setAlpha(1f);
}
});
animatorSet.start();