lyft / scoop

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

Adding any transition annotations to the first loaded screen causes a crash #45

Closed acadet closed 3 years ago

acadet commented 8 years ago

By raising the following exception java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.setAlpha(float)' on a null object reference from this method.

I completely agree it is an expected behavior (because there is no transition to apply) but handling this exception in a more graceful way might be useful.

dschaller commented 3 years ago

Thank you for you contribution to this repository.

Closing this contribution as this repository is being archived.