Skip to content
Snippets Groups Projects
Commit 934194a7 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Hide keyboard on any menu action

parent 4b925f5b
No related branches found
No related tags found
No related merge requests found
......@@ -616,6 +616,7 @@ public class MainActivity extends AudioPlayerContainerActivity implements Filter
*/
@Override
public boolean onOptionsItemSelected(MenuItem item) {
UiTools.setKeyboardVisibility(mDrawerLayout, false);
// Current fragment loaded
Fragment current = getSupportFragmentManager().findFragmentById(R.id.fragment_placeholder);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment