Merge "When tap on empty string edittext, and suggestion is made, select all the string" into ub-launcher3-rvc-dev am: ac38ec99c8

Change-Id: I55b0466313f95f5addefc91c77a019a8814a13f0
This commit is contained in:
TreeHugger Robot
2020-05-30 02:05:52 +00:00
committed by Automerger Merge Worker
@@ -466,6 +466,7 @@ public class Folder extends AbstractFloatingView implements ClipPathView, DragSo
if (!isEmpty(firstLabel)) {
mFolderName.setHint("");
mFolderName.setText(firstLabel);
mFolderName.selectAll();
}
}
mFolderName.showKeyboard();