this post was submitted on 07 Feb 2025
20 points (100.0% liked)
Voyager
5966 readers
66 users here now
The official lemmy community for Voyager, an open source, mobile-first client for lemmy.
Rules
- Be nice.
- lemmy.world instance policy
Sponsor development! ๐
๐
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This means that there's an update. If you go to the play store and install updates then restart the app it will go away. There seems to be a bug in voyager where it disables the update menu but not the red bubble if installed from the play store (instead of as a PWA)
The bubble bug should be fixed in the newest version.
So the version this notification is for? Ironic.
Yeah... some nerd details: Capacitor v7 enabled service workers in Android (kinda). Which is great, but I wasn't expecting that. And so the native android app is checking for PWA updates, finds an update, but the PWA menu to update is disabled in the native app.
The fix basically just disables the service worker code completely for the native app. Probably should have been done before, but again, in capacitor v6 service workers weren't a thing, so it was effectively disabled anyways then.