By raising the following exception java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.setAlpha(float)' on a null object referencefrom 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.
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.