Show keyboard when opening gif search.
This commit is contained in:
parent
3cea3766ab
commit
9ba4005433
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@ public class GiphyActivity extends PassphraseRequiredActivity implements Keyboar
|
|||
getSupportFragmentManager().beginTransaction()
|
||||
.replace(R.id.fragment_container, fragment)
|
||||
.commit();
|
||||
|
||||
ViewUtil.focusAndShowKeyboard(findViewById(R.id.emoji_search_entry));
|
||||
}
|
||||
|
||||
private void initializeToolbar() {
|
||||
|
|
Loading…
Add table
Reference in a new issue