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(android): resource ID #0xffffffec not found on nav #6955

Merged
merged 1 commit into from
Feb 22, 2019

Conversation

manoldonev
Copy link
Contributor

Fixes: #6810

The problem is not related to the sidedrawer and can be reproduced with plain navigation between pages as well:

  1. Default home page (no nested frames/fragments)
  2. Navigate to a second page that contains tabview (implicitly this means nested frames/fragments)
  3. Navigate to a third page (no nested frames/fragments) --> exception occurs

This problem is caused by #6677 and basically is triggered by not properly setting up transitions/animators logic upon handling fragments with and without nested fragments upon navigation.

@manoldonev manoldonev self-assigned this Feb 21, 2019
@ghost ghost added the in progress label Feb 21, 2019
@manoldonev
Copy link
Contributor Author

test package_version#latest tsapps_android ngapps_android api21 api23 api25 api28 --ignore

@lock
Copy link

lock bot commented Feb 22, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Feb 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants