resolve merge conflicts of ca656e3c69 to ub-launcher3-master.

Change-Id: Idbbf8caa041b2498b3a0a9d1a8f23bf163181972
This commit is contained in:
Tony Wickham
2015-12-18 14:10:34 -08:00
+1 -1
View File
@@ -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;