MFlisar / GDPRDialog

GDPR fragment dialog implementation
Apache License 2.0
211 stars 53 forks source link

How can i use in a Activity? not AppCompatActivity #38

Closed ljwan12 closed 6 years ago

ljwan12 commented 6 years ago

How can i use in a Activity? not AppCompatActivity

MFlisar commented 6 years ago

You can't. There is no way to implement things for support and default activities. All the functions with such a parameter would need to be written twice...

You could just fork the project and replace every support activity/fragment with default ones...

MFlisar commented 6 years ago

I close this for now.

Would be a nice extension to extract the function from the activity and dialog, put them into delegates and then reuse those delegates in the support and default versions of the Dialog and Activity. If someone wnats to do this, I would appreciate a pull reqeust