mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-22 10:46:50 +00:00
Show keyboard when opening gif search.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user