Fix deprecated MenuItemCompat usage

This commit is contained in:
Andrew Rabert 2018-04-24 20:44:36 -04:00
parent f34753dfc1
commit b75db5bb86
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ public class SearchFragment extends SubsonicFragment implements SectionAdapter.O
task.execute(); task.execute();
if (searchItem != null) { if (searchItem != null) {
MenuItemCompat.collapseActionView(searchItem); searchItem.collapseActionView();
} }
} }