Merge "DO NOT MERGE Delete superfluous call of mInsetsController.onControlsChanged." into rvc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
138fdb88cd
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user