Skip to content
Discussion options

You must be logged in to vote

It seems like there were some changes made to the code since the introduction of the feature. Now _db.localAssetEntity.isFavorite.equals(false) & _db.remoteAssetEntity.isFavorite.equals(false); is used, seemingly indicating that both the local and the remote favorite status is taken into consideration:

if (keepFavorites) {
whereClause =
whereClause & _db.localAssetEntity.isFavorite.equals(false) & _db.remoteAssetEntity.isFavorite.equals(false);
}

Apparently this was introduced with: #26473

While it is great, that both are considered, it would be great if b…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by SimJoSt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant