Loading src/com/android/launcher3/allapps/AllAppsContainerView.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } } Loading Loading
src/com/android/launcher3/allapps/AllAppsContainerView.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } } Loading