Fixed sync problem when deleting a remembered device
Closed, ResolvedPublic

Description

Deleting a remembered device results in:

  • Upon first attempt, the device disappears and then immediately reappear
  • Attempting to delete again will cause the app to crash

Hypothesis: the Device object is indeed deleted from the first attempt, but the data source responsible for displaying the device as an entry to the Remembered Devices list did not update correctly, resulting in a ghost device, which crashes upon the second deletion attempt since the actual Device object no longer exists to be deleted.

lucaswzx created this task.Jan 2 2022, 6:40 AM
lucaswzx triaged this task as Normal priority.Jan 2 2022, 6:54 AM

I believe this should have been fixed in https://invent.kde.org/network/kdeconnect-ios/-/merge_requests/28, could you please confirm?

apollozhu moved this task from Ideas to In progress on the KDE Connect board.Jan 2 2022, 7:04 AM
apollozhu assigned this task to lucaswzx.Jan 3 2022, 7:27 AM
apollozhu closed this task as Resolved.Feb 25 2022, 5:10 AM

No longer receiving bug reports about crashes on delete devices.