Loading packages/SystemUI/src/com/android/systemui/bubbles/BubbleExpandedView.java +2 −2 Original line number Diff line number Diff line Loading @@ -437,7 +437,7 @@ public class BubbleExpandedView extends LinearLayout implements View.OnClickList } boolean performBackPressIfNeeded() { if (mActivityView == null || !usingActivityView()) { if (!usingActivityView()) { return false; } mActivityView.performBackPress(); Loading Loading @@ -593,7 +593,7 @@ public class BubbleExpandedView extends LinearLayout implements View.OnClickList } private boolean usingActivityView() { return mBubbleIntent != null; return mBubbleIntent != null && mActivityView != null; } private void applyRowState(ExpandableNotificationRow view) { Loading Loading
packages/SystemUI/src/com/android/systemui/bubbles/BubbleExpandedView.java +2 −2 Original line number Diff line number Diff line Loading @@ -437,7 +437,7 @@ public class BubbleExpandedView extends LinearLayout implements View.OnClickList } boolean performBackPressIfNeeded() { if (mActivityView == null || !usingActivityView()) { if (!usingActivityView()) { return false; } mActivityView.performBackPress(); Loading Loading @@ -593,7 +593,7 @@ public class BubbleExpandedView extends LinearLayout implements View.OnClickList } private boolean usingActivityView() { return mBubbleIntent != null; return mBubbleIntent != null && mActivityView != null; } private void applyRowState(ExpandableNotificationRow view) { Loading