fix: button condition rendering (#23400)

This commit is contained in:
Alex
2025-10-31 08:42:01 -05:00
committed by GitHub
parent 5c7d5539ea
commit c69786b039
2 changed files with 19 additions and 5 deletions

View File

@@ -127,7 +127,7 @@ enum ActionButtonType {
context.currentAlbum!.isShared,
ActionButtonType.similarPhotos =>
!context.isInLockedView && //
context.asset.hasRemote,
context.asset is RemoteAsset,
};
}