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

Commit 138fdb88 authored by Youngjun Kwak's avatar Youngjun Kwak Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE Delete superfluous call of...

Merge "DO NOT MERGE Delete superfluous call of mInsetsController.onControlsChanged." into rvc-qpr-dev
parents 5a5aad0c 1f2cb484
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@ import android.util.SparseArray;
import android.view.IDisplayWindowInsetsController;
import android.view.IWindowManager;
import android.view.InsetsController;
import android.view.InsetsSourceControl;
import android.view.InsetsState;
import android.view.WindowInsets;

@@ -123,13 +122,6 @@ public class DisplaySystemBarsController extends DisplayImeController {
            }
        }

        @Override
        public void insetsControlChanged(InsetsState insetsState,
                InsetsSourceControl[] activeControls) {
            super.insetsControlChanged(insetsState, activeControls);
            mInsetsController.onControlsChanged(activeControls);
        }

        @Override
        public void hideInsets(@WindowInsets.Type.InsetsType int types, boolean fromIme) {
            if ((types & WindowInsets.Type.ime()) == 0) {