breadcrumb #2
This commit is contained in:
parent
21b6847a23
commit
2e355562d3
1 changed files with 1 additions and 5 deletions
|
|
@ -234,10 +234,6 @@ public class HomeFragment extends Fragment implements HomeRecyclerViewAdapter.On
|
|||
}
|
||||
};
|
||||
|
||||
if(mainActivity.isDownloadServiceRunning()){
|
||||
topAppBar.getMenu().findItem(R.id.cancel_download).setVisible(true);
|
||||
}
|
||||
|
||||
topAppBar.getMenu().findItem(R.id.search).setOnActionExpandListener(onActionExpandListener);
|
||||
SearchView searchView = (SearchView) topAppBar.getMenu().findItem(R.id.search).getActionView();
|
||||
searchView.setInputType(InputType.TYPE_TEXT_VARIATION_URI);
|
||||
|
|
@ -816,4 +812,4 @@ public class HomeFragment extends Fragment implements HomeRecyclerViewAdapter.On
|
|||
startDownload(downloadQueue);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue