Page MenuHomePhabricator

[native] Use connectivity instead of keyserver connection status in Calendar
ClosedPublic

Authored by tomek on Feb 29 2024, 2:50 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 28, 3:53 PM
Unknown Object (File)
Mon, Sep 16, 2:00 PM
Unknown Object (File)
Mon, Sep 16, 2:00 PM
Unknown Object (File)
Mon, Sep 16, 1:58 PM
Unknown Object (File)
Mon, Sep 9, 11:38 PM
Unknown Object (File)
Aug 10 2024, 11:18 PM
Unknown Object (File)
Aug 10 2024, 11:18 PM
Unknown Object (File)
Aug 10 2024, 11:17 PM
Subscribers

Details

Summary

Each keyserver can have different connection status and modifying this logic to take this into account could be complicated. Instead, we can simply check if we're connected to network at all and try to load more entries. If, for some reason, some keyservers won't receive this update, CalendarQueryHandler should fix it later, based on currentCalendarQuery which is updated on updateCalendarQueryActionTypes.started.

https://linear.app/comm/issue/ENG-5772/update-calendar-component

Depends on D11187

Test Plan

Run the app, scroll the calendar - it should update, disconnect Wi-Fi, scroll again - shouldn't update, connect - should update. This doesn't work reliably on a simulator - NetInfo doesn't always fire correct events, but the logic of Calendar works correctly according to the emitted events.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable