hyperoslo / ImagePicker

:camera: Reinventing the way ImagePicker works.
Other
4.87k stars 678 forks source link

Renaming Configuration class to ImagePickerConfiguration #468

Closed abdallahEid closed 4 years ago

abdallahEid commented 4 years ago

I think any project will have a configuration to its own and usually this class is named Configuration, I faced this problem already, when I try to compile the project, it gets an error "Duplicate interface definition for class 'Configuration' ". but ImagePickerConfiguration is a unique configuration for ImagePicker.

So I forked the project and tried to change the name and it worked! so I think it may help

3lvis commented 4 years ago

Thank you @abdallahEid !