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
F3296611: D10935.id36588.diff
Sun, Nov 17, 1:53 AM
F3295923: D10935.diff
Sat, Nov 16, 11:53 PM
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
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
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

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.