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

Commit cb5d3166 authored by Eliot Courtney's avatar Eliot Courtney
Browse files

[StatusBar] Remove unused code. General clean-up.

Bug: 62602530
Test: Compile, run on Pixel
Test: runtest systemui
Change-Id: I9238dae185d4e9b3f86e53a839c71af7215ac231
parent 546a170b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -437,7 +437,7 @@ public class NavigationBarFragment extends Fragment implements Callbacks {
    }

    private boolean onNavigationTouch(View v, MotionEvent event) {
        mStatusBar.checkUserAutohide(v, event);
        mStatusBar.checkUserAutohide(event);
        return false;
    }

+421 −696

File changed.

Preview size limit exceeded, changes collapsed.

+0 −1
Original line number Diff line number Diff line
@@ -225,7 +225,6 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb
        if (mShowing) {
            if (mOccluded && !mDozing) {
                mStatusBar.hideKeyguard();
                mStatusBar.stopWaitingForKeyguardExit();
                if (hideBouncerWhenShowing || mBouncer.needsFullscreenBouncer()) {
                    hideBouncer(false /* destroyView */);
                }