mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -05:00
Fix a minor issue pointed out by FindBugs
This commit is contained in:
parent
28227f2ef3
commit
b40106cedb
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user