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

Commit 9e3c91ea 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: 272c3c78

Change-Id: I0938d9a6dfc9d442219d43a9dd3e91faf994c563
parents 06345bb3 272c3c78
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());
    }
}