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-12747] Change icon and title dynamically for tabs #3914

Merged
merged 2 commits into from Mar 1, 2013
Merged

[TIMOB-12747] Change icon and title dynamically for tabs #3914

merged 2 commits into from Mar 1, 2013

Conversation

vishalduggal
Copy link
Contributor

Test is in JIRA

@ghost ghost assigned ayeung Feb 27, 2013
public void propertyChanged(String key, Object oldValue, Object newValue, KrollProxy proxy) {
if (key.equals(TiC.PROPERTY_TITLE)) {
View titleView = indicatorView.findViewById(android.R.id.title);
if (titleView != null && titleView instanceof TextView) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't need a null check here, instanceof already checks for null

@ayeung
Copy link
Contributor

ayeung commented Mar 1, 2013

Code reviewed and functionally tested. Request Accepted.

ayeung pushed a commit that referenced this pull request Mar 1, 2013
[TIMOB-12747] Change icon and title dynamically for tabs
@ayeung ayeung merged commit 86ab127 into tidev:master Mar 1, 2013
@vishalduggal vishalduggal deleted the timob-12747 branch October 27, 2014 19:11
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