am 00a34ab5: Merge "Protect against null detail record." into mnc-dev
* commit '00a34ab54c0e53461586c9596b4f43615319329f': Protect against null detail record.
This commit is contained in:
@@ -404,7 +404,9 @@ public class QSPanel extends ViewGroup {
|
||||
((TileRecord) r).openingDetail = true;
|
||||
}
|
||||
} else {
|
||||
MetricsLogger.hidden(mContext, mDetailRecord.detailAdapter.getMetricsCategory());
|
||||
if (mDetailRecord != null) {
|
||||
MetricsLogger.hidden(mContext, mDetailRecord.detailAdapter.getMetricsCategory());
|
||||
}
|
||||
mClosingDetail = true;
|
||||
setGridContentVisibility(true);
|
||||
listener = mTeardownDetailWhenDone;
|
||||
|
||||
Reference in New Issue
Block a user