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

Commit e1b66bd1 authored by Brandon Dayauon's avatar Brandon Dayauon Committed by Android (Google) Code Review
Browse files

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

parents 4b26e8f0 bcd65e85
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);