|
@@ -99,8 +99,6 @@ public class LocalStoragePathPickerDialogFragment extends DialogFragment
|
|
|
"StoragePathAdapter.StoragePathAdapterListener");
|
|
|
}
|
|
|
|
|
|
- int accentColor = ThemeUtils.primaryAccentColor(getContext());
|
|
|
-
|
|
|
// Inflate the layout for the dialog
|
|
|
LayoutInflater inflater = requireActivity().getLayoutInflater();
|
|
|
@SuppressLint("InflateParams") View view = inflater.inflate(R.layout.storage_path_dialog, null, false);
|