commit | 7d3b25734a66b51cef7660b418362bb9a13896d0 | [log] [tgz] |
---|---|---|
author | Hyunyoung Song <hyunyoungs@google.com> | Wed Jun 16 10:35:14 2021 -0700 |
committer | Hyunyoung Song <hyunyoungs@google.com> | Wed Jun 23 00:44:49 2021 -0700 |
tree | 6153f0c0d5f6aeb374e9d1b1f4a31e3eabc5a3c2 | |
parent | deeab12791abe865691bc6955cfbbd3dcfbff9da [diff] [blame] |
Hide searchbox when header protection is on. Bug: 191726215 Test: manual Change-Id: I086a05654faf718683ebe5dfbcf64b6bd6347ca8
diff --git a/src/com/android/launcher3/ExtendedEditText.java b/src/com/android/launcher3/ExtendedEditText.java index 20c6938..e8510b7 100644 --- a/src/com/android/launcher3/ExtendedEditText.java +++ b/src/com/android/launcher3/ExtendedEditText.java
@@ -96,6 +96,9 @@ } } + // inherited class can override to change the appearance of the edit text. + public void show() {} + public void showKeyboard() { mShowImeAfterFirstLayout = !showSoftInput(); }