Is the floating action button supposed to stay on the screen when scrolling?
### #Amethyst v0.79.2: Performance and UI Upgrades
- Fixes the repeat payment requests when zapping without NWC
- Moves many Toasts to the better-designed Information Dialogs.
- Improves error zap message screens for Material3
- Uses the list's name/title instead of d-tag on the Top Bar
- Increases the performance of the Bottom bar's Notification dot calculations
- Speeds the composition of the Topbar
- Uses the "host" tag as the creator of the stream.
- Moves the check if the stream is online to the viewModel scope.
- Speeds up cold startup.
- Makes sure shared flows don't suspend.
- Updates dependencies
Download:
- [Play Edition](https://github.com/vitorpamplona/amethyst/releases/download/v0.79.2/amethyst-googleplay-universal-v0.79.2.apk )
- [FOSS Edition - No translations, no notifications](https://github.com/vitorpamplona/amethyst/releases/download/v0.79.2/amethyst-fdroid-universal-v0.79.2.apk )
Discussion
For now yes. There is a weird issue on material 3 that when using animations the button disappears and doesn't come back. Even though Compose say it rendering the button. It looks like it's rendering off screen :(