hyperoslo / ImagePicker

:camera: Reinventing the way ImagePicker works.
Other
4.86k stars 676 forks source link

Renaming Configuration class to ImagePickerConfiguration #468

Closed abdallahEid closed 3 years ago

abdallahEid commented 3 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 3 years ago

Thank you @abdallahEid !