fix: don't show remove from album action from the main timeline (#20757)

* fix: don't show remove from album action from the main timeline

* pr feedback
This commit is contained in:
Alex
2025-08-07 13:06:16 -05:00
committed by GitHub
parent a896c5a4dd
commit 7b83b7b2d5
3 changed files with 94 additions and 82 deletions
@@ -31,5 +31,6 @@ class CurrentAlbumNotifier extends AutoDisposeNotifier<RemoteAlbum?> {
void dispose() {
_keepAliveLink?.close();
_assetSubscription?.cancel();
state = null;
}
}