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

fix(bottom-navigation): created dynamically does not show tabstrip #7624

Merged
merged 1 commit into from
Aug 2, 2019

Conversation

ADjenkov
Copy link
Contributor

@ADjenkov ADjenkov commented Aug 1, 2019

[iOS]: execute setViewControllers when setting .tabStrip property to populate all tabStrip and tabContent items. Thus, there is no need to worry with property (items/tabStrip) is set first.

[Android]: onTabStripChanged was adding TabStripItem child views in BottomNavigation directly, instead of just adding the new TabStrip as a child view.

Fix: #7433

@ADjenkov ADjenkov added the patch label Aug 1, 2019
@ADjenkov ADjenkov self-assigned this Aug 1, 2019
@cla-bot cla-bot bot added the cla: yes label Aug 1, 2019
@ADjenkov ADjenkov merged commit 056d0bf into release Aug 2, 2019
@ADjenkov ADjenkov deleted the djenkov/bottom-nav-codebehind branch August 2, 2019 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants