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-13864: add support for maps inside actionbar tab #5462

Merged
merged 3 commits into from Mar 20, 2014

Conversation

hieupham007
Copy link
Contributor

Testing steps in JIRA

public void setContentView(View view) {
contentView = view;
public TabFragment(TiUIActionBarTab tab) {
this.tab = new WeakReference<TiUIActionBarTab>(tab);
Copy link
Contributor

Choose a reason for hiding this comment

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

There is no need for weak references for the Tab.

@vishalduggal
Copy link
Contributor

Code Reviewed. Please address comments

@vishalduggal
Copy link
Contributor

Code Reviewed. There is an unused import which needs to be removed. Otherwise ok. Continuing with FR

@vishalduggal
Copy link
Contributor

CR + FR ok. Was able to reproduce fail case and verify solution. APPROVED

vishalduggal added a commit that referenced this pull request Mar 20, 2014
timob-13864: add support for maps inside actionbar tab
@vishalduggal vishalduggal merged commit 1f1adb3 into tidev:master Mar 20, 2014
farfromrefug pushed a commit to Akylas/titanium_mobile that referenced this pull request Aug 15, 2014
timob-13864: add support for maps inside actionbar tab
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