Tweaking folder cling to support large folders.
Change-Id: I3c500463fba8db71807ad4fc27c6923f3e1d0770
This commit is contained in:
@@ -453,8 +453,9 @@ public class Folder extends LinearLayout implements DragSource, View.OnClickList
|
||||
setLayerType(LAYER_TYPE_NONE, null);
|
||||
Cling cling = mLauncher.showFirstRunFoldersCling();
|
||||
if (cling != null) {
|
||||
cling.bringToFront();
|
||||
cling.bringScrimToFront();
|
||||
bringToFront();
|
||||
cling.bringToFront();
|
||||
}
|
||||
setFocusOnFirstChild();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user