JICA98 / DailyAL

DailyAL - MyAnimeList Client
MIT License
91 stars 1 forks source link

App caps the display refresh rate to 60Hz #5

Closed adarsh1001 closed 1 week ago

adarsh1001 commented 6 months ago

First up, really nice work on the app! It looks beautiful and I've not seen any other MAL client support News and Comments.

Coming to the issue: In my display settings, I've forced the display refresh rate to 120Hz and all apps run on that refresh rate itself. However, DailyAL is running at 60Hz.

I've faced this issue with other Flutter FOSS apps as well, I think it needs some special handling as detailed here:

https://github.com/emavgl/oinkoin/issues/16#issuecomment-1823492267

Device: Nothing Phone (2) Android: 14

JICA98 commented 6 months ago

Thanks for reporting this and for sharing the similar issue. I will try making the changes by adding display_mode dependency.

JICA98 commented 1 week ago

Hey @adarsh1001 I have added the mentioned library in the latest update. Check it out and please let me know if the issue still exists. Thanks :)

adarsh1001 commented 1 week ago

Hi @JICA98, just checked. Working at 120Hz now! Thanks :)