mirror of
https://github.com/nvllsvm/Audinaut
synced 2025-02-16 11:31:21 +01:00
Fix deprecated MenuItemCompat usage
This commit is contained in:
parent
f34753dfc1
commit
b75db5bb86
@ -204,7 +204,7 @@ public class SearchFragment extends SubsonicFragment implements SectionAdapter.O
|
||||
task.execute();
|
||||
|
||||
if (searchItem != null) {
|
||||
MenuItemCompat.collapseActionView(searchItem);
|
||||
searchItem.collapseActionView();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user