commit | 8bfa8f6a659c1188a955ee185b13e777d29fb4d9 | [log] [tgz] |
---|---|---|
author | Keyvan Amiri <keyvana@google.com> | Mon Feb 08 15:09:48 2016 -0800 |
committer | Keyvan Amiri <keyvana@google.com> | Mon Feb 08 15:16:34 2016 -0800 |
tree | 0ca3801c44b11fc444657e569a271aff28307f0f | |
parent | 5513272ea1e80651b01626ab9f13bfd88e0562ad [diff] |
Framework Support Library: Ensure addSharedElement on TransitionHelper is only called on non-null views Prior to this, the null check was performed within the TransitionHelper's addSharedElement itself. Removed and transferred the null checking to the actual users of this method in GuidedStepFragment. Change-Id: I40def6c588364847edbbb30666b3e55f3f75dc52