Page MenuHomePhabricator

[native] Fix crash in Crash component due to missing CallKeyserverEndpointContext
ClosedPublic

Authored by ashoat on Feb 2 2024, 6:33 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 13, 11:53 PM
Unknown Object (File)
Fri, Nov 1, 9:13 AM
Unknown Object (File)
Fri, Nov 1, 9:13 AM
Unknown Object (File)
Fri, Nov 1, 9:12 AM
Unknown Object (File)
Fri, Nov 1, 9:12 AM
Unknown Object (File)
Oct 1 2024, 3:22 AM
Unknown Object (File)
Oct 1 2024, 3:22 AM
Unknown Object (File)
Oct 1 2024, 3:22 AM
Subscribers

Details

Summary

I missed that the ErrorBoundary calls keyserver logout, which requires CallKeyserverEndpointProvider to be above it in the React component hierarchy.

This solves ENG-6665.

Test Plan

I triggered a crash through the dev menu and confirmed it worked like before (outside of an unrelated issue, documented here

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ashoat published this revision for review.Feb 2 2024, 6:34 AM
This revision is now accepted and ready to land.Feb 2 2024, 6:37 AM
This revision was landed with ongoing or failed builds.Feb 2 2024, 6:56 AM
This revision was automatically updated to reflect the committed changes.