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-17572] iOS: Fix activity indicator animation in list items #9717

Merged
merged 6 commits into from Jan 23, 2018

Conversation

hansemannn
Copy link
Collaborator

@build build added the ios label Jan 15, 2018
@@ -91,6 +94,21 @@ - (void)prepareForReuse
{
RELEASE_TO_NIL(_dataItem);
[super prepareForReuse];

#ifdef USE_TI_UIACTIVITYINDICATOR
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this issue not in TiUITableView ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The issue was only described in Ti.UI.ListView because the developer can re-animate the indicator inside the Ti.UI.TableView as it's children are not hold virtually. As I didn't see any comparable issue on JIRA, I only made it for this one for now (and because we recommend to use Ti.UI.ListView for performant usages).

Copy link
Contributor

Choose a reason for hiding this comment

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

Okey.

Copy link
Contributor

@vijaysingh-axway vijaysingh-axway left a comment

Choose a reason for hiding this comment

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

Cr and FT passed.

@mukherjee2 mukherjee2 self-requested a review January 17, 2018 16:48
Copy link
Contributor

@mukherjee2 mukherjee2 left a comment

Choose a reason for hiding this comment

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

Passed FR. Details in master PR.

@mukherjee2
Copy link
Contributor

I added "in-qe-testing" label back as per our discussion in standup.

@tidev tidev deleted a comment from build Jan 17, 2018
@build build added the ios label Jan 17, 2018
@build
Copy link
Contributor

build commented Jan 17, 2018

Fails
🚫

🔬 There are library changes, but no changes to the unit tests. That's OK as long as you're refactoring existing code, but will require an admin to merge this PR. Please see README.md#unit-tests for docs on unit testing.

Messages
📖

💾 Here's the generated SDK zipfile.

Generated by 🚫 dangerJS

@mukherjee2
Copy link
Contributor

@hansemannn "Merge" button is still disabled. Should this one be force merged?

@hansemannn
Copy link
Collaborator Author

@mukherjee2 Random Android unit-test failure, no idea who should merge that. I can‘t, sorry.

@build build added the ios label Jan 23, 2018
@eric34 eric34 merged commit 2af7346 into tidev:7_0_X Jan 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants