mirror of
https://gitea.mayex.net/mayekkuzu/Audinaut.git
synced 2025-02-09 08:57:44 +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();
|
task.execute();
|
||||||
|
|
||||||
if (searchItem != null) {
|
if (searchItem != null) {
|
||||||
MenuItemCompat.collapseActionView(searchItem);
|
searchItem.collapseActionView();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user