Update the "Mark as" icons. Fixes #3687

This commit is contained in:
Maurice Parker
2022-09-24 14:24:32 -05:00
parent 93b05c2bb5
commit eb25e01be5
8 changed files with 33 additions and 202 deletions

View File

@@ -31,7 +31,7 @@ struct CloudKitArticleStatusUpdate {
let rec = record
// This is an invalid status update. The article is required for new and all
if article == nil && (rec == .all || rec == .new) {
return nil
fatalError()
}
}