Skip to content

Commit 390cc71

Browse files
fix: hide yellow star label
1 parent 6069d1f commit 390cc71

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

FlowCrypt/Functionality/Services/Folders Manager/RemoteFoldersApiClient/GmailService+folders.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ extension GmailService: RemoteFoldersApiClient {
4444
return label
4545
}
4646
.compactMap(Folder.init)
47+
.filter { $0.name != "YELLOW_STAR" }
4748

4849
return continuation.resume(returning: folders + [Constants.allMailFolder])
4950
}

0 commit comments

Comments
 (0)