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

Commit d88177c4 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: I12d4d68d8b47bfb0622e88f1c207ab8dbc59ac55
parents 6e06562e 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());
    }
}