Androidacy / MagiskModuleManager

Previously known as Fox's Magisk Module Manager (FoxMMM), this app helps users find, install "Magisk Modules" - powerful little zips/apps for your device that plug into the Magisk framework.
https://www.androidacy.com
GNU Lesser General Public License v3.0
907 stars 31 forks source link

[BUG] reboot and search button don't fully reappear #59

Closed Vosjedev closed 1 year ago

Vosjedev commented 1 year ago

Describe the bug If you scroll up fast and let it slide, the buttons appear partually untill the scrolling stops.

To Reproduce Steps to reproduce the behavior:

  1. scroll down a lot
  2. swipe down fast and let it scroll by itself
  3. the buttons partally appear untill scrolling stops

Expected behavior The buttons should either:

Screenshots A video is more usefull here: video demonstrating reproduce (gdrive) I wasn't able to drop it into github, as I am writing this from my phone.The link is google drive, sorry.

Device info(please complete the following information):

androidacy-user commented 1 year ago

The weirdness surrounding the button hiding is unfortunately a limitation of recyclerview on Android and how it handles scroll events. We'll continue to look into improving it but otherwise for now we've worked around it as much as feasible.

Vosjedev commented 1 year ago

wow, thank you for your quick response. I hope android will fix this... I understand you can't do much more about it.