Merge "Tapping outside the system panel shouldn't open the recent panel"

This commit is contained in:
Joe Onorato
2010-10-27 19:27:12 -07:00
committed by Android (Google) Code Review

View File

@@ -308,6 +308,7 @@ public class TabletStatusBarService extends StatusBarService {
case MSG_CLOSE_SYSTEM_PANEL:
if (DEBUG) Slog.d(TAG, "closing system panel");
mSystemPanel.setVisibility(View.GONE);
break;
case MSG_OPEN_RECENTS_PANEL:
if (DEBUG) Slog.d(TAG, "opening recents panel");
if (mRecentsPanel != null) mRecentsPanel.setVisibility(View.VISIBLE);