This commit is contained in:
Neeraj Gupta 2023-09-02 12:34:01 +05:30
parent cff1cec1fe
commit 99eed7e4ca

View file

@ -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) {