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 14317: add marker functionality to listview #4529

Merged
merged 4 commits into from Aug 19, 2013

Conversation

hieupham007
Copy link
Contributor

Testing steps in JIRA.
Docs in #4528

int sectionIndex = info.second.first;
//check marker
if (sectionIndex > marker[0] || (sectionIndex == marker[0] && sectionItemIndex >= marker[1])) {
proxy.fireEvent("marker", null, false);
Copy link
Contributor

Choose a reason for hiding this comment

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

The event name should be specified in TiC.

@pingwang2011
Copy link
Contributor

Code reviewed. Please address the comment.
Ran the test case. Passed.

@ghost ghost assigned pingwang2011 Aug 19, 2013
@pingwang2011
Copy link
Contributor

Code reviewed and functionally tested. Accepted

pingwang2011 added a commit that referenced this pull request Aug 19, 2013
Timob 14317: add marker functionality to listview
@pingwang2011 pingwang2011 merged commit 4bdc691 into tidev:master Aug 19, 2013
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