Karumi / Rosie

Rosie is an Android framework to create applications following the principles of Clean Architecture.
Other
1.82k stars 157 forks source link

Change presenter lifecycle and set view visibility to be public instead of default or protected. #57

Closed pedrovgs closed 8 years ago

pedrovgs commented 8 years ago

Fix #48. To be able to write a unit test of any presenter we need to change the presenter lifecycle visibility and all the methods related to the view. In this PR I change the visibility from protected or default to public.

Serchinastico commented 8 years ago

:+1: