Fix possible npe
This commit is contained in:
parent
c9f963bb85
commit
e8bd532cd3
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ public class ChangeDataStorageBottomSheet extends BasePreferenceBottomSheet {
|
|||
fragment.setNewDirectory(newDirectory);
|
||||
fragment.setTargetFragment(target, 0);
|
||||
fragment.setUsedOnMap(usedOnMap);
|
||||
fragment.setArguments(args);
|
||||
fragment.show(fm, TAG);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue