mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-16 15:26:27 -04:00
Fix transition
This commit is contained in:
parent
88671db566
commit
ec04d55793
@ -93,7 +93,7 @@ public final class TransitionHandler implements AnimationHandler {
|
||||
} else
|
||||
previousNode = NULL;
|
||||
|
||||
if (previousNode == currentNode)
|
||||
if (previousNode == newView)
|
||||
previousNode = NULL;
|
||||
|
||||
currentNode = newView;
|
||||
|
Loading…
x
Reference in New Issue
Block a user