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

Commit b0ff45ec authored by Steve Kondik's avatar Steve Kondik
Browse files

systemui: Compilation fixes

Change-Id: I33ebb253f3b2cc09b8468ceda5fa614c56432d05
parent b7ceb61a
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -149,14 +149,6 @@ public class NumPadKey extends ViewGroup {
        return super.onTouchEvent(event);
    }

    @Override
    public void onDetachedFromWindow() {
        super.onDetachedFromWindow();

        // Reset the "announced headset" flag when detached.
        ObscureSpeechDelegate.sAnnouncedHeadset = false;
    }

    @Override
    protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
        super.onMeasure(widthMeasureSpec, heightMeasureSpec);
+0 −928

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −1
Original line number Diff line number Diff line
@@ -53,7 +53,6 @@ public class FlashlightController {
    private static final String ACTION_TURN_FLASHLIGHT_OFF =
            "com.android.systemui.action.TURN_FLASHLIGHT_OFF";

    private Context mContext;
    private final CameraManager mCameraManager;
    private final Context mContext;
    /** Call {@link #ensureHandler()} before using */