LNReader/lnreader

book filter buttons and chapter sort buttons not working

Opened this issue · 1 comments

Steps to reproduce

click on the book filter buttons OR the chapter sort buttons

Expected behavior

a window will open with a choice of filters or a choice of sorting

Actual behavior

nothing happens. (window does not open)

LNReader version

v2.0.0-beta.2

Android version

Android 13

Device

moto 20 pro

Other details

I tried version 1.1.19 on the same device, the buttons worked.
on versions 2.0.0, only the animation of the click itself(hover) without opening windows.
v2.0.0 in virtual android 13 does not repeat the problem. for testing in android studio requires a version with debuggable options enabled(build.gradle)

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
  • I have written a short but informative title.
  • If this is an issue with a source, I should be opening an issue in the sources repository.
  • I have updated the app to version 2.0.0.
  • I will fill out all of the requested information in this form.

I found the cause of the problem: animation is disabled in my system.
Steps to reproduce: Developer options: "Window animation scale: Animation off", "Translation animation scale: Animation off", "Animator duration scale: Animation off".
if you set at least "animation scale .5x" then there are no problems.

p.s. the problem also occurs in other actions besides the one mentioned in the first message. for example, in some cases chapters are not downloaded.

p.s.
facebook/react-native#6278
https://medium.com/iontea/react-native-bug-discovered-ce6695cda1ff
https://stackoverflow.com/questions/47278781/react-native-animation-not-working-properly-on-android