JetpackDuba / Gitnuro

A FOSS Git multiplatform client for newbies and pros

Home Page:https://gitnuro.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screen resolution scaling bug

warmachinesocial opened this issue · comments

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

  • QHD (3200*1800)
    image

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.