Update usage of ExtendedEditText.showSoftInput().

Fix: 276637107
Flag: N/A
Test: manual

Change-Id: I61eeff5fb69d00b44e7987458a808f59998be676
This commit is contained in:
Luca Zuccarini
2023-08-04 13:18:16 +00:00
parent 99f30cb125
commit 95bc2ce2cc
3 changed files with 24 additions and 8 deletions
+1 -1
View File
@@ -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)