breadcrumb #2

pull/1/head
Denis Çerri 4 years ago
parent 21b6847a23
commit 2e355562d3
No known key found for this signature in database
GPG Key ID: 3F50F14A8E7F7A13

@ -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…
Cancel
Save