When tap on empty string edittext, and suggestion is made, select all the string

Bug: 157771174
Change-Id: I4a274333d897693bc214d50edcea30cf012ce859
This commit is contained in:
Hyunyoung Song
2020-05-29 17:36:40 -07:00
parent 02f0f82883
commit 75dedacfc4
@@ -466,6 +466,7 @@ public class Folder extends AbstractFloatingView implements ClipPathView, DragSo
if (!isEmpty(firstLabel)) {
mFolderName.setHint("");
mFolderName.setText(firstLabel);
mFolderName.selectAll();
}
}
mFolderName.showKeyboard();