breadcrumb #2

This commit is contained in:
Denis Çerri 2022-09-20 11:03:19 +02:00
parent 21b6847a23
commit 2e355562d3
No known key found for this signature in database
GPG key ID: 3F50F14A8E7F7A13

View file

@ -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);
}
}
}
}