Actions
Bug #699
closedCrash after restarting in the settings activity and then toggling a switch
Start date:
04/30/2021
Due date:
% Done:
0%
Estimated time:
Description
The restart is handled correctly, but a subsequent toggling of a switch takes it down. Probably some problem with the handles for the preferences being stale.
Updated by Soren Stoutner over 3 years ago
- Priority changed from 3.x to Next Release
This is caused by calls to `getString()` in the `OnSharedPreferencesChangeListener`, which fails with no context if the app has been restarted.
Updated by Soren Stoutner over 3 years ago
- Status changed from New to Closed
Actions