flokk icon indicating copy to clipboard operation
flokk copied to clipboard

Resizing window stop working.

Open megatux opened this issue 5 years ago • 2 comments
trafficstars

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.

megatux avatar Jul 09 '20 00:07 megatux

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

esDotDev avatar Jul 09 '20 01:07 esDotDev

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.

kenvandine avatar Jul 09 '20 01:07 kenvandine