Merge pull request #369 from hav3n/branch-fixes

Fix for #347
This commit is contained in:
Dominik Schürmann
2014-03-09 02:05:23 +01:00
2 changed files with 3 additions and 2 deletions

View File

@@ -375,6 +375,7 @@ public class KeyListPublicFragment extends Fragment implements SearchView.OnQuer
// Execute this when searching
mSearchView.setOnQueryTextListener(this);
super.onCreateOptionsMenu(menu, inflater);
}