mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-24 01:32:16 -05:00
Issue #393 ( PublicKeyListFragment: Query not really resetted ) : Fixed
This commit is contained in:
parent
03b0e43aa2
commit
e2ec5a3882
@ -377,6 +377,7 @@ public class KeyListPublicFragment extends Fragment implements SearchView.OnQuer
|
||||
@Override
|
||||
public boolean onMenuItemActionCollapse(MenuItem item) {
|
||||
mCurQuery = null;
|
||||
mSearchView.setQuery("", true);
|
||||
getLoaderManager().restartLoader(0, null, KeyListPublicFragment.this);
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user