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

Fixes #1555 #2772

Closed
wants to merge 1 commit into from
Closed

Fixes #1555 #2772

wants to merge 1 commit into from

Conversation

VishnuSanal
Copy link
Member

Description

Issue tracker

Fixes #1555

Automatic tests

  • Added test cases

Manual tests

  • Done

Build tasks success

Successfully running following tasks on local:

  • ./gradlew assembledebug
  • ./gradlew spotlessCheck

@VishnuSanal VishnuSanal added the Issue-Bug Related unexpected behavior or something worth investigating. label Sep 5, 2021
fragmentManager.putFragment(outState, "tab" + i, fragment);

if (fragment.isAdded()) {
fragmentManager.putFragment(outState, "tab" + i, fragment);
Copy link
Member

Choose a reason for hiding this comment

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

And if the fragment is not added? Doesn't this just skip putting it?

@VishnuSanal VishnuSanal closed this Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug Related unexpected behavior or something worth investigating.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants