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

Commit 2aeda3bc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "Fixed TopNotificationPanelViewMediator to register drag open listener on top bar." into rvc-dev am: 18f35e57 am: 8bad092c

Change-Id: Ic17a06e552a86c63419db231eff4314c1da13342
parents b6600655 8bad092c
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());
    }
}