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

Commit 18f35e57 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixed TopNotificationPanelViewMediator to register drag open listener...

Merge "Fixed TopNotificationPanelViewMediator to register drag open listener on top bar." into rvc-dev
parents bb2f50e7 fe619371
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ public class TopNotificationPanelViewMediator extends NotificationPanelViewMedia
    @Override
    public void registerListeners() {
        super.registerListeners();
        getCarNavigationBarController().registerBottomBarTouchListener(
        getCarNavigationBarController().registerTopBarTouchListener(
                getNotificationPanelViewController().getDragOpenTouchListener());
    }
}