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

Commit 890240f4 authored by Samuel Fufa's avatar Samuel Fufa Committed by Android (Google) Code Review
Browse files

Merge "[WorkProfile] Fix Work profile switch synchronization" into sc-dev

parents 2d0715f4 9e4a9bc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -467,7 +467,7 @@ public class AllAppsContainerView extends SpringRelativeLayout implements DragSo
                    R.layout.work_mode_switch, this, false);
            this.addView(mWorkModeSwitch);
            mWorkModeSwitch.setInsets(mInsets);
            mWorkModeSwitch.post(() -> mAH[AdapterHolder.WORK].applyPadding());
            mWorkModeSwitch.post(this::resetWorkProfile);
        }
    }