Loading src/com/android/calendar/alerts/QuickResponseActivity.java +4 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,10 @@ public class QuickResponseActivity extends ListActivity implements OnItemClickLi @Override protected void onCreate(Bundle icicle) { super.onCreate(icicle); String theme = Utils.getTheme(this); if (!theme.equals("dark")) { setTheme(android.R.style.Theme_Holo_Light_Dialog); } Intent intent = getIntent(); if (intent == null) { finish(); Loading Loading
src/com/android/calendar/alerts/QuickResponseActivity.java +4 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,10 @@ public class QuickResponseActivity extends ListActivity implements OnItemClickLi @Override protected void onCreate(Bundle icicle) { super.onCreate(icicle); String theme = Utils.getTheme(this); if (!theme.equals("dark")) { setTheme(android.R.style.Theme_Holo_Light_Dialog); } Intent intent = getIntent(); if (intent == null) { finish(); Loading