commit | 45feb95c4a18c5da93da72f448003857b6226082 | [log] [tgz] |
---|---|---|
author | George Mount <mount@google.com> | Wed Feb 10 15:14:17 2016 -0800 |
committer | George Mount <mount@google.com> | Wed Feb 10 15:14:17 2016 -0800 |
tree | 3273ce8d0eed4dc4edc6f519afd16d8f4fe1aa18 | |
parent | 1f3895b9d996b138e96a8faa3356faccada75e18 [diff] |
Null check for fade start alpha value. Bug 27105186 Fade previously hadn't had any values saved over those captured by Visibility. If a Transition merged two Visibility transitions, it could avoid calling captureStartValues for the Fade transition. This change prevents an NPE in that case. The combined transition won't get the intermediate alpha value, but at least it won't crash. Change-Id: I8e5720caafda56b017dfe1cc0b16ebdf246e90c4