resolve merge conflicts of ca656e3c69 to ub-launcher3-master.
Change-Id: Idbbf8caa041b2498b3a0a9d1a8f23bf163181972
This commit is contained in:
@@ -1144,7 +1144,7 @@ public class Folder extends LinearLayout implements DragSource, View.OnClickList
|
||||
Runnable onCompleteRunnable = new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
int itemCount = getItemCount();
|
||||
int itemCount = mInfo.contents.size();
|
||||
if (itemCount <= 1) {
|
||||
View newIcon = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user