Merge "Fix bubbles taskbar scrim showing when notification panel is shown" into main
This commit is contained in:
@@ -194,6 +194,15 @@ public class TaskbarView extends FrameLayout implements FolderIcon.FolderIconPar
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setVisibility(int visibility) {
|
||||
boolean changed = getVisibility() != visibility;
|
||||
super.setVisibility(visibility);
|
||||
if (changed && mControllerCallbacks != null) {
|
||||
mControllerCallbacks.notifyVisibilityChanged();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onAttachedToWindow() {
|
||||
super.onAttachedToWindow();
|
||||
|
||||
Reference in New Issue
Block a user