-
Notifications
You must be signed in to change notification settings - Fork 949
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix alpha resetting for the TrackerAnimationTile
The previous commit fixed issues with drag and drop of tabs and glitches. Unfortunately it meant that the alpha state of the TrackerAnimationTile seemed to change as well, this seems to be due to the TabSwitcherItemDiffCallback being called and then triggering changes. Now we pass through the isDragging state to the diff callback so that we can ensure that if we update the list that we maintain the TrackerAnimationTile alpha state, otherwise it would just reset to default.
- Loading branch information
1 parent
880f06a
commit 0f66c87
Showing
3 changed files
with
25 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters