You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When verbose logging is active and you enter the app settings, the switch for "verbose logging" is unchecked (should be checked) and can't be toggled.
Reason: PreferenceRepository.observeAsFlow doesn't emit an initial value, so the switch is unchecked although verbose logging is actually enabled. Toggling will then do the opposite of what it should do (enable verbose logging although it's already enabled instead of turning it off), so the switch just doesn't work.
Originally posted by exstntlmsnthrp May 29, 2024
I just installed the newly released version 4.4-ose from here on GitHub. Within the app, the verbose debugging switch is toggled off and disabled and I am unable to change the setting. I'd been leaving it enabled because of the previous small parcel bug that was fixed.
However, I get a notification that verbose logging is enabled.
Is it enabled or disabled? Can the toggle switch get fixed?
Cheers for all your brilliant work on a great app.
The text was updated successfully, but these errors were encountered:
When verbose logging is active and you enter the app settings, the switch for "verbose logging" is unchecked (should be checked) and can't be toggled.
Reason:
PreferenceRepository.observeAsFlow
doesn't emit an initial value, so the switch is unchecked although verbose logging is actually enabled. Toggling will then do the opposite of what it should do (enable verbose logging although it's already enabled instead of turning it off), so the switch just doesn't work.Discussed in #820
Originally posted by exstntlmsnthrp May 29, 2024
I just installed the newly released version 4.4-ose from here on GitHub. Within the app, the verbose debugging switch is toggled off and disabled and I am unable to change the setting. I'd been leaving it enabled because of the previous small parcel bug that was fixed.
However, I get a notification that verbose logging is enabled.
Is it enabled or disabled? Can the toggle switch get fixed?
Cheers for all your brilliant work on a great app.
The text was updated successfully, but these errors were encountered: