Fix transition

This commit is contained in:
huangyuhui 2018-06-17 12:05:39 +08:00
parent 88671db566
commit ec04d55793

View File

@ -93,7 +93,7 @@ public final class TransitionHandler implements AnimationHandler {
} else
previousNode = NULL;
if (previousNode == currentNode)
if (previousNode == newView)
previousNode = NULL;
currentNode = newView;