b/3108312 Fixed the problem where Time zone is out. Do not merge

0. Go to day or week view
1. Change the home time zone from the app
2. Swipe side to side
3. Notice that title bar alternates from correct time zone to last time zone

Change-Id: I938e7130229870bb92277735d5e96893899e1f1a
diff --git a/src/com/android/calendar/CalendarActivity.java b/src/com/android/calendar/CalendarActivity.java
index 5eb9c45..85328a6 100644
--- a/src/com/android/calendar/CalendarActivity.java
+++ b/src/com/android/calendar/CalendarActivity.java
@@ -157,6 +157,7 @@
 
         view = (CalendarView) mViewSwitcher.getNextView();
         view.updateIs24HourFormat();
+        view.updateView();
 
         // Register for Intent broadcasts
         IntentFilter filter = new IntentFilter();