Merge "Fix pause work apps button being higher than normal" into tm-qpr-dev

This commit is contained in:
Brandon Dayauon
2022-11-18 04:05:26 +00:00
committed by Android (Google) Code Review
@@ -154,6 +154,7 @@ public class WorkModeSwitch extends Button implements Insettable, View.OnClickLi
private void updateVisibility() {
clearAnimation();
onApplyWindowInsets(getRootWindowInsets());
if (mWorkEnabled && mOnWorkTab) {
setFlag(FLAG_FADE_ONGOING);
setVisibility(VISIBLE);