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

Commit 7009ffac authored by Danesh M's avatar Danesh M
Browse files

NavigationBar : RecentButton fix after theme change

Recent button stops working after theme change since the listeners
are not set in time for them to be invoked. This patchset addresses that.

Change-Id: If69328c859a86bd3068a48994918c5d9f990d154
parent 44a85a17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -530,8 +530,8 @@ public class PhoneStatusBar extends StatusBar {
    };

    private void prepareNavigationBarView() {
        mNavigationBarView.reorient();
        mNavigationBarView.setListener(mRecentsClickListener,mRecentsPanel);
        mNavigationBarView.reorient();
    }

    // For small-screen devices (read: phones) that lack hardware navigation buttons