lyft / scoop

:icecream: micro framework for building view based modular Android applications.
Apache License 2.0
1.03k stars 79 forks source link

Clean up ViewController and remove final to attach() and detach() methods #57

Closed buildbreaker closed 8 years ago

buildbreaker commented 8 years ago

Removal of final for attach() and detach()

lexer commented 8 years ago

@buildbreaker why do we need to remove final?