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-8706]Fix Android TableView scroll event #2052

Merged
merged 3 commits into from Apr 25, 2012
Merged

[TIMOB-8706]Fix Android TableView scroll event #2052

merged 3 commits into from Apr 25, 2012

Conversation

vishalduggal
Copy link
Contributor

Test is in JIRA

fProxy.fireEvent("scroll", eventArgs);
boolean fireScroll = scrollValid;
if (!fireScroll && visibleItemCount > 0)
{
Copy link
Contributor

Choose a reason for hiding this comment

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

the bracket should be on the same line as the if statement :)

@hieupham007
Copy link
Contributor

Code reviewed. Please address comments

@vishalduggal
Copy link
Contributor Author

Ready for re-review

@hieupham007
Copy link
Contributor

Code reviewed and functionally tested. Request accepted

srahim added a commit that referenced this pull request Apr 25, 2012
[TIMOB-8706]Fix Android TableView scroll event
@srahim srahim merged commit a682661 into tidev:master Apr 25, 2012
@vishalduggal vishalduggal deleted the timob-8706 branch October 27, 2014 19:22
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

3 participants