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
{{ message }}
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.
The code present in UserSettings.kt probably sets the screen brightness to a near 0 float value that is negative. An hotfix snippet setting it to 0.01.toFloat() fixed the issue.
The text was updated successfully, but these errors were encountered:
Sought
changed the title
Luminosity settings uses default luminosity value when at minimum on some devices
Brightness settings uses default brightness value when at minimum on some devices
Jan 16, 2020
Steps to reproduce:
Result expected:
Result observed:
Tested on:
What to do?
The code present in UserSettings.kt probably sets the screen brightness to a near 0 float value that is negative. An hotfix snippet setting it to 0.01.toFloat() fixed the issue.
The text was updated successfully, but these errors were encountered: