Fixed TopNotificationPanelViewMediator to register drag open listener on

top bar.

Bug: 145827692
Test: Manual
Change-Id: I1ee8263ed46a89813330965cf6e91aa5590108bf
This commit is contained in:
JianYang Liu
2020-04-27 10:59:42 -07:00
parent 9005cdcf01
commit fe619371bd

View File

@@ -53,7 +53,7 @@ public class TopNotificationPanelViewMediator extends NotificationPanelViewMedia
@Override
public void registerListeners() {
super.registerListeners();
getCarNavigationBarController().registerBottomBarTouchListener(
getCarNavigationBarController().registerTopBarTouchListener(
getNotificationPanelViewController().getDragOpenTouchListener());
}
}