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

Commit 751076f8 authored by Justin Weir's avatar Justin Weir
Browse files

Remove calls to CentralSurfacesImpl.getNotificationShadeWindowView

Bug: 284332422
Test: manual
Test: run and fix affected unit tests
Change-Id: Ic83688e859b37e4cf8bdb66cab4054c06fff8199
parent d4403fde
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2568,7 +2568,7 @@ public final class NotificationPanelViewController implements ShadeSurface, Dump
                                        this);
                                return;
                            }
                            if (mCentralSurfaces.getNotificationShadeWindowView()
                            if (mNotificationShadeWindowController.getWindowRootView()
                                    .isVisibleToUser()) {
                                mView.getViewTreeObserver().removeOnGlobalLayoutListener(
                                        this);