Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timob 9827 Android: Translate animations of invisible views may be delayed #2556

Merged
merged 4 commits into from Jul 13, 2012
Merged

Timob 9827 Android: Translate animations of invisible views may be delayed #2556

merged 4 commits into from Jul 13, 2012

Conversation

billdawson
Copy link
Contributor

See JIRA Testing Notes.

NOTE Please also resolve TIMOB-9954 with this. The test app in TIMOB-9827 includes a part called "extended tests", which will show that 9827 is fixed. You can review 9827 description to see what I mean.

@@ -290,26 +293,48 @@ public AnimationSet render(TiViewProxy viewProxy, View view, int x, int y, int w
TiDimension optionTop = null, optionBottom = null;
TiDimension optionLeft = null, optionRight = null;
TiDimension optionCenterX = null, optionCenterY = null;


TiUIView tiView = viewProxy.peekView();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably do a null check for tiView

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nm, ignore this comment, I thought you were calling tiView.getBottom below =)

@ayeung
Copy link
Contributor

ayeung commented Jul 13, 2012

Code reviewed, left one comment.

@billdawson
Copy link
Contributor Author

Good point, lemme fix that

@billdawson
Copy link
Contributor Author

Ready for re-review.

@ayeung
Copy link
Contributor

ayeung commented Jul 13, 2012

Code reviewed and functionally tested. Request Accepted

ayeung pushed a commit that referenced this pull request Jul 13, 2012
Timob 9827 Android: Translate animations of invisible views may be delayed
@ayeung ayeung merged commit 0b1c2c6 into tidev:master Jul 13, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants