Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21907820 authored by Steve Elliott's avatar Steve Elliott
Browse files

Remove bad cast from NSSL to NotifListContainer

Fixes: 164195515
Test: manual, atest
Change-Id: Ia1c8d5ac16e6ac283e5ace47f0af5b84f147c683
parent bc34a8e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2029,7 +2029,7 @@ public class StatusBar extends SystemUI implements DemoMode,
                    mVibratorHelper.vibrate(VibrationEffect.EFFECT_TICK);
                }
                mNotificationPanelViewController.expand(true /* animate */);
                ((NotificationListContainer) mStackScroller).setWillExpand(true);
                mStackScroller.setWillExpand(true);
                mHeadsUpManager.unpinAll(true /* userUnpinned */);
                mMetricsLogger.count(NotificationPanelView.COUNTER_PANEL_OPEN, 1);
            } else if (!mNotificationPanelViewController.isInSettings()