JetpackDuba / Gitnuro

A FOSS Git multiplatform client for newbies and pros
https://gitnuro.com/
GNU General Public License v3.0
872 stars 44 forks source link

Screen resolution scaling bug #159

Open warmachinesocial opened 10 months ago

warmachinesocial commented 10 months ago

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

  1. 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

Desktop (please complete the following information):

JetpackDuba commented 10 months ago

It's a compose bug, that's why I added the option to set the scale manually in the setting.

warmachinesocial commented 10 months ago

I found the issue and run gradlew runRelease and solved it however I don't know why this is the case.