mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
Removed search icon in toolbar during media/video preview
This commit is contained in:
parent
3753a184b6
commit
dc3c030e94
1 changed files with 1 additions and 0 deletions
|
@ -336,6 +336,7 @@ public class PreviewMediaFragment extends FileFragment implements OnTouchListene
|
|||
@Override
|
||||
public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
|
||||
super.onCreateOptionsMenu(menu, inflater);
|
||||
menu.removeItem(R.id.action_search);
|
||||
inflater.inflate(R.menu.item_file, menu);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue