Update usage of ExtendedEditText.showSoftInput().
Fix: 276637107 Flag: N/A Test: manual Change-Id: I61eeff5fb69d00b44e7987458a808f59998be676
This commit is contained in:
@@ -535,7 +535,7 @@ public class Folder extends AbstractFloatingView implements ClipPathView, DragSo
|
||||
mFolderName.selectAll();
|
||||
}
|
||||
}
|
||||
mFolderName.showKeyboard();
|
||||
mFolderName.showKeyboard(true /* shouldFocus */);
|
||||
mFolderName.displayCompletions(
|
||||
Stream.of(mInfo.suggestedFolderNames.getLabels())
|
||||
.filter(Objects::nonNull)
|
||||
|
||||
Reference in New Issue
Block a user