Have to open event on phone. Oopsie.

Change-Id: I7eac3985aa30b7902e017bda86388c10fb0db2d3
diff --git a/src/com/android/calendar/AllInOneActivity.java b/src/com/android/calendar/AllInOneActivity.java
index 0c851cf..359f8f4 100644
--- a/src/com/android/calendar/AllInOneActivity.java
+++ b/src/com/android/calendar/AllInOneActivity.java
@@ -945,7 +945,7 @@
             // do not create the event info fragment here, it will be created by the Agenda
             // fragment
 
-            if (mCurrentView == ViewType.AGENDA) {
+            if (mCurrentView == ViewType.AGENDA && mShowEventDetailsWithAgenda) {
                 if (event.startTime != null && event.endTime != null) {
                     mController.sendEvent(this, EventType.GO_TO, event.startTime, event.endTime,
                             event.id, ViewType.AGENDA);