Fix a minor issue pointed out by FindBugs

robolectric-error
Bradlee Speice 2014-07-16 20:01:04 -04:00
parent 28227f2ef3
commit b40106cedb
1 changed files with 2 additions and 1 deletions

View File

@ -178,7 +178,8 @@ public class BookListFragment extends BaseFragment {
refreshModules();
break;
case DialogInterface.BUTTON_NEGATIVE:
// case DialogInterface.BUTTON_NEGATIVE:
default:
// Clicked to not download - Permanently disable downloading
downloadPrefs.hasEnabledDownload(false);
Toast.makeText(getActivity(),