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-15831 take looping propery and set #5036

Merged

Conversation

bijupmb
Copy link
Contributor

@bijupmb bijupmb commented Nov 27, 2013

@@ -138,7 +138,8 @@ protected void initializeAndPlay()
mp.setDataSource(url);
}
}


looping = Boolean.parseBoolean(TiConvert.toString(proxy.getProperty(TiC.PROPERTY_LOOPING)));
Copy link
Contributor

Choose a reason for hiding this comment

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

You need a null check on the result of TiConvert.toString. This could return null

@ghost ghost assigned hieupham007 Dec 2, 2013
@hieupham007
Copy link
Contributor

Code reviewed. Please address comments.

@bijupmb
Copy link
Contributor Author

bijupmb commented Dec 4, 2013

ok will update

@bijupmb
Copy link
Contributor Author

bijupmb commented Feb 6, 2014

DONE

@hieupham007
Copy link
Contributor

Code reviewed and functionally tested. Request accepted

hieupham007 added a commit that referenced this pull request Feb 14, 2014
…NotWork

 TIMOB-15831 take looping propery and set
@hieupham007 hieupham007 merged commit ef186e0 into tidev:master Feb 14, 2014
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