Gitnuro
Gitnuro copied to clipboard
Screen resolution scaling bug
Describe the bug When screen resolution changes, the scaling of the entire app does not work. I don't know if this a compose issue or more of the app's logic
To Reproduce
- Try to change your screen resolution with scale
Expected behavior The app should change accordingly to scale however I think it takes the default scaling of 100% in my case
Screenshots
- QHD (3200*1800)
Desktop (please complete the following information):
- OS: Linux
- Version Fedora 38
It's a compose bug, that's why I added the option to set the scale manually in the setting.
I found the issue and run gradlew runRelease
and solved it however I don't know why this is the case.