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 white screen when the content process terminates #579

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

thornbill
Copy link
Member

@thornbill thornbill commented Nov 24, 2024

Forces the webview to reload when the content process terminates.

This fix comes directly from the react native webview readme: https://github.com/react-native-webview/react-native-webview/blob/1d8205af06dbb0bad0d8f208bb2a37ce5f732fd3/docs/Reference.md#oncontentprocessdidterminate

Fixes #396

@thornbill thornbill added the bug Something isn't working label Nov 24, 2024
@thornbill thornbill added this to the v1.6.0 milestone Nov 24, 2024
Copy link

codecov bot commented Nov 24, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 59.97%. Comparing base (7a3a7d0) to head (36d02de).
Report is 21 commits behind head on master.

Files with missing lines Patch % Lines
screens/HomeScreen.js 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #579      +/-   ##
==========================================
- Coverage   60.10%   59.97%   -0.13%     
==========================================
  Files          47       47              
  Lines         945      947       +2     
  Branches      187      187              
==========================================
  Hits          568      568              
- Misses        342      344       +2     
  Partials       35       35              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@thornbill thornbill merged commit 387cc78 into jellyfin:master Nov 26, 2024
8 checks passed
@thornbill thornbill deleted the fix-white-screen branch November 26, 2024 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

White screen when returning to app
2 participants