Fixed clear download log menu item

This commit is contained in:
ByteHamster 2020-11-06 22:00:58 +01:00
parent 769e5ad3fa
commit e3e3ee1ea8
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ public class DownloadLogFragment extends ListFragment {
public boolean onOptionsItemSelected(@NonNull MenuItem item) {
if (!super.onOptionsItemSelected(item)) {
switch (item.getItemId()) {
case R.id.clear_history_item:
case R.id.clear_logs_item:
DBWriter.clearDownloadLog();
return true;
case R.id.refresh_item: