mirror of
https://github.com/bitwarden/android.git
synced 2026-05-08 21:10:40 -05:00
show attachments if premium or org item
This commit is contained in:
@@ -314,7 +314,7 @@ namespace Bit.App.Pages
|
||||
{
|
||||
Table.Root.Remove(AttachmentsSection);
|
||||
}
|
||||
if(Model.ShowAttachments && _tokenService.TokenPremium)
|
||||
if(Model.ShowAttachments && (_tokenService.TokenPremium || cipher.OrganizationId != null))
|
||||
{
|
||||
AttachmentsSection = new TableSection(AppResources.Attachments);
|
||||
AttachmentCells = new List<AttachmentViewCell>();
|
||||
|
||||
Reference in New Issue
Block a user