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

This commit is contained in:
TreeHugger Robot
2020-05-30 01:51:24 +00:00
committed by Android (Google) Code Review
@@ -466,6 +466,7 @@ public class Folder extends AbstractFloatingView implements ClipPathView, DragSo
if (!isEmpty(firstLabel)) {
mFolderName.setHint("");
mFolderName.setText(firstLabel);
mFolderName.selectAll();
}
}
mFolderName.showKeyboard();