format
This commit is contained in:
parent
cff1cec1fe
commit
99eed7e4ca
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ class FilesSplit {
|
|||
|
||||
int get totalFileOwnedCount =>
|
||||
pendingUploads.length + ownedByCurrentUser.length;
|
||||
|
||||
int get count => totalFileOwnedCount + ownedByOtherUsers.length;
|
||||
|
||||
static FilesSplit split(Iterable<EnteFile> files, int currentUserID) {
|
||||
|
|
Loading…
Add table
Reference in a new issue