Fix targeting transition by transitionName.
Change-Id: I5e51b524a3a249cd2d7dbba3ccb06d0a5ca8fb73
This commit is contained in:
@@ -995,7 +995,7 @@ public abstract class Transition implements Cloneable {
|
||||
*/
|
||||
public Transition addTarget(String targetName) {
|
||||
if (targetName != null) {
|
||||
if (mTargetNames != null) {
|
||||
if (mTargetNames == null) {
|
||||
mTargetNames = new ArrayList<String>();
|
||||
}
|
||||
mTargetNames.add(targetName);
|
||||
|
||||
Reference in New Issue
Block a user