X Tutup
The Wayback Machine - https://web.archive.org/web/20211125173647/https://github.com/NativeScript/NativeScript/pull/8793
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): dont dispose fragment on onloaded #8793

Conversation

@farfromrefug
Copy link
Collaborator

@farfromrefug farfromrefug commented Aug 27, 2020

As explained here #6659
That hack has bad consequences.
Also i actually cant see any wrong behavior using the sample provided in the issue and upgrading to latest N.

@cla-bot cla-bot bot added the cla: yes label Aug 27, 2020
@NathanaelA NathanaelA self-assigned this Aug 27, 2020
@NathanaelA
Copy link
Member

@NathanaelA NathanaelA commented Aug 27, 2020

Thanks for the PR; I need to run some tests before we can actually merge this -- as the prior issue was a crashing issue which you now say it causes some slow downs with the patch. I would rather have some slower code (i.e. having to redraw) than crashes. So merging something that undoes that and might bring back crashes; needs some good testing just to verify that it will not create a new crashing issue. 😀

Loading

@farfromrefug
Copy link
Collaborator Author

@farfromrefug farfromrefug commented Aug 27, 2020

The initial crashing sample is not crashing anymore with this PR. At least I could not get it to crash

Loading

@NathanWalker NathanWalker added this to the 8.1 milestone Aug 6, 2021
@NathanWalker NathanWalker changed the base branch from master to release/8.1.0 Aug 11, 2021
@NathanWalker NathanWalker merged commit 03b7715 into NativeScript:release/8.1.0 Aug 11, 2021
2 of 3 checks passed
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
X Tutup