mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-24 10:35:26 +00:00
Prevent NPE
This commit is contained in:
parent
b4ecd93f1c
commit
a31cddbe7b
@ -258,6 +258,7 @@ public class MagiskFragment extends Fragment
|
||||
spinner.setEnabled(false);
|
||||
} else {
|
||||
items.add(getString(R.string.cannot_auto_detect));
|
||||
if (mm.blockList != null)
|
||||
items.addAll(mm.blockList);
|
||||
}
|
||||
ArrayAdapter<String> adapter = new ArrayAdapter<>(getActivity(),
|
||||
|
Loading…
Reference in New Issue
Block a user