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-6068 remove hideTabBar from KS Nook #784

Merged
merged 4 commits into from Nov 30, 2011
Merged

TIMOB-6068 remove hideTabBar from KS Nook #784

merged 4 commits into from Nov 30, 2011

Conversation

billdawson
Copy link
Contributor

http://jira.appcelerator.org/browse/TIMOB-6068

Test is the failcase in the app (you should be able to run "Window Standalone" without error).

See description of this "fix".

@@ -33,10 +33,6 @@ tableview.addEventListener('click', function(e)
title:e.rowData.title
});

if (e.index == 3)
Copy link
Contributor

Choose a reason for hiding this comment

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

should this be an iOS only check instead of code deletion?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We could, but I figured since this is nook-only, I'd just delete it. But I can change if you want.

Copy link
Contributor

Choose a reason for hiding this comment

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

Fair point -- There isn't a Nook iOS that I know of :) sounds good to me, let's leave it

@donthorp
Copy link
Contributor

Code reviewed. Request accepted.

@mpettiford
Copy link

Pull accepted

Tested on Nook, verified behavior of window (standalone) not producing crash

@marshall
Copy link
Contributor

Code and functional review passed, Request accepted

marshall added a commit that referenced this pull request Nov 30, 2011
TIMOB-6068 remove hideTabBar from KS Nook
@marshall marshall merged commit ab0c003 into tidev:master Nov 30, 2011
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

4 participants