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.