mirror of
https://gitea.mayex.net/mayekkuzu/Audinaut.git
synced 2025-02-02 19:23:47 +03: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…
Reference in New Issue
Block a user