Modified behavior of mini-workspace screens
Behavior of mini-workspace screens in All apps view was changed to always stay visible once the user starts dragging mode. Visibility returns to hidden when the user exits and re-enters All apps Change-Id: I6cc6692ea77a67205767fd925f73ab38306c473c
This commit is contained in:
parent
6b879f0a58
commit
49c4ba323f
|
@ -533,8 +533,6 @@ public class AllAppsPagedView extends PagedView
|
|||
|
||||
mDragController.removeDropTarget(this);
|
||||
endChoiceMode();
|
||||
|
||||
mLauncher.getWorkspace().shrinkToBottomHidden();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue