v2026.05.19.1 — hotfix: notification permission + full-player auto-minimize #54
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hotfix for v2026.05.19.0. Mobile client
2026.5.19+11. CI green on dev. Both issues device-surfaced on a physical Android 13+ phone (worked on emulator) — exactly the gap the device-unverified release flagged.POST_NOTIFICATIONSat runtime. Manifest declares it and the foreground service is correct, but Android 13+ denies it by default until asked. Addedpermission_handler ^12.0.1; requestPermission.notificationonce at startup (post-first-frame,Platform.isAndroid-guarded, no-op on <13 / once decided).mediaItemwhile the fullNowPlayingScreenwas open it showed an empty Scaffold. Now post-frameNavigator.maybePop()so it auto-minimizes (the mini bar is already gone).No backend/migration changes.
pubspec.lock+db.g.dartregenerated by CI.