mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-25 09:28:21 -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();
|
refreshModules();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case DialogInterface.BUTTON_NEGATIVE:
|
// case DialogInterface.BUTTON_NEGATIVE:
|
||||||
|
default:
|
||||||
// Clicked to not download - Permanently disable downloading
|
// Clicked to not download - Permanently disable downloading
|
||||||
downloadPrefs.hasEnabledDownload(false);
|
downloadPrefs.hasEnabledDownload(false);
|
||||||
Toast.makeText(getActivity(),
|
Toast.makeText(getActivity(),
|
||||||
|
Loading…
Reference in New Issue
Block a user