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

Commit 1b803450 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android (Google) Code Review
Browse files

Merge "Show the assist ring on center-button longpress on lockscreen." into jb-mr1-lockscreen-dev

parents 8dbf3b8d 207d548c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -762,6 +762,7 @@ public class PhoneStatusBar extends BaseStatusBar {
        mNavigationBarView.getRecentsButton().setOnClickListener(mRecentsClickListener);
        mNavigationBarView.getRecentsButton().setOnTouchListener(mRecentsPreloadOnTouchListener);
        mNavigationBarView.getHomeButton().setOnTouchListener(mHomeSearchActionListener);
        mNavigationBarView.getSearchLight().setOnTouchListener(mHomeSearchActionListener);
        updateSearchPanel();
    }