ammargitham / WallFlow

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

[Bug] Modal bottom sheet dismiss causes app freeze #18

Closed headquarter8302 closed 11 months ago

headquarter8302 commented 11 months ago

Whenever I try to close the drawer, the app simply freezes, and doesn't respond to any user input, and thus must be forcibly closed. Android however doesn't recognize it as being stuck, and just lets it do it's own thing

ammargitham commented 11 months ago

If it's possible, could you record a screen capture so that I can understand the issue better? Or maybe provide steps to reproduce?

headquarter8302 commented 11 months ago

Steps:

  1. Open the drawer, any drawer even. Including the filter drawer and the extra wallpaper information drawer.
  2. Close it, either via dragging it down, using the back button, or by tapping a blank space.
  3. Nothing else can be interacted with.

I've also attached a video example:

https://github.com/ammargitham/WallFlow/assets/65797058/3e7e62ef-a6e9-4a2e-ad1b-fa000576d952

ammargitham commented 11 months ago

Hi, thanks for the screen recording. It seems, I didn't encounter this in debug builds. I can reproduce on a release build. Will look into it.

ammargitham commented 11 months ago

Actually it was caused by an Android library bug. I already updated to that version, so will be fixed in the next release. Maybe tonight.

Fixed in d358b13f7f333c383031cc5424130a6633813835.

ammargitham commented 11 months ago

Fixed in v1.5.0