mirror of
https://github.com/bitwarden/mobile
synced 2026-01-07 02:53:56 +00:00
some remaining login => renames
This commit is contained in:
@@ -32,11 +32,6 @@ namespace Bit.App.Models
|
||||
public long Size { get; set; }
|
||||
public string SizeName { get; set; }
|
||||
|
||||
public AttachmentData ToAttachmentData(string loginId)
|
||||
{
|
||||
return new AttachmentData(this, loginId);
|
||||
}
|
||||
|
||||
private void SetSize(string sizeString)
|
||||
{
|
||||
long size;
|
||||
|
||||
Reference in New Issue
Block a user