ammargitham / WallFlow

Wallpaper app for Android using Jetpack Compose
GNU General Public License v3.0
356 stars 21 forks source link

Image viewer buttons keep disappearing after zooming in #27

Closed Fxsch closed 12 months ago

Fxsch commented 1 year ago

When the image has been zoomed in (even if you zoom back out), the buttons can't be used anymore because they keep on disappearing.

https://github.com/ammargitham/WallFlow/assets/77849217/24f6afd3-6cfd-48b9-96f9-13f3a97935e2

ammargitham commented 12 months ago

@Fxsch Does this happen every time? I can't seem to reproduce on my device.

Fxsch commented 12 months ago

Yes, this happens every time

ammargitham commented 12 months ago

Which phone are you using?

Fxsch commented 12 months ago

Nothing Phone 1 with LineageOS-microg 20 which is based on Android 13

Fxsch commented 12 months ago

Just tried it on my brothers phone as well and the issue was there too

personaingrata commented 12 months ago

i have the same issue, WallFlow version 2.0 but previous versions had this bug too. it happens every time and zooming out again doesn't recover the bottom bar. to recover i swipe WallFlow away and bring it back to foreground, it also recovers when i swipe back to the picture overview and open the picture again, but as soon as i zoom the bug repeats.

phone is a Pixel 6, GrapheneOS, Android 14

https://github.com/ammargitham/WallFlow/assets/54642064/eac0dc54-def3-4b80-94c6-d44085533e31

ammargitham commented 12 months ago

Okay, so to workaround this problem, I am removing auto hiding when image is transformed. It will only hide if tapped. Let me know if this fixes this issue.

ammargitham commented 12 months ago

Addressed in v2.1.0

ammargitham commented 12 months ago

@Fxsch @personaingrata So is this issue resolved in v2.1.0?

Fxsch commented 12 months ago

Yes, it is. Thanks.

personaingrata commented 12 months ago

fixed!

thank you