gskinnerTeam / flokk

A fresh and modern Google Contacts manager that integrates with GitHub and Twitter.
https://flokk.app
BSD 2-Clause "Simplified" License
1.46k stars 271 forks source link

Resizing window stop working. #6

Open megatux opened 4 years ago

megatux commented 4 years ago

ElementaryOS Linux.

Steps to reproduce:

Start app. Wait for login and contacts list to be displayed. Use double click/Window manager controls to maximize & minimize. It works only one cycle of maximize/minimize then stop responding.

esDotDev commented 4 years ago

Sounds like a flutter bug? I would check to see if you can reproduce with a counter app.

kenvandine commented 4 years ago

I think this was a flutter bug that was fixed last week. I don't have a reference now, but upgrading to the latest flutter will likely fix it. Basically flutter was using the default window size to set a minimum allowed size. So you can resize it to make it larger, but not smaller than that minimum. I can reproduce this in flokk-contacts snap but not in the counter app example using latest master.