sockeqwe / mosby

A Model-View-Presenter / Model-View-Intent library for modern Android apps
http://hannesdorfmann.com/mosby/
Apache License 2.0
5.49k stars 841 forks source link

Fix error message regarding missing error View #156

Closed jonikarppinen closed 8 years ago

jonikarppinen commented 8 years ago

There was a small copy-paste mistake in an error message:

You have to give your error View the id R.id.contentView

sockeqwe commented 8 years ago

Oops, thanks! This will close #152