Loading src/com/owncloud/android/lib/resources/files/ReadRemoteFolderOperation.java +1 −0 Original line number Diff line number Diff line Loading @@ -172,6 +172,7 @@ public class ReadRemoteFolderOperation extends RemoteOperation { file.setSize(we.size()); file.setQuotaUsedBytes(we.quotaUsedBytes()); file.setQuotaAvailableBytes(we.quotaAvailableBytes()); file.setFavorite(we.isFavorite()); return file; } } Loading
src/com/owncloud/android/lib/resources/files/ReadRemoteFolderOperation.java +1 −0 Original line number Diff line number Diff line Loading @@ -172,6 +172,7 @@ public class ReadRemoteFolderOperation extends RemoteOperation { file.setSize(we.size()); file.setQuotaUsedBytes(we.quotaUsedBytes()); file.setQuotaAvailableBytes(we.quotaAvailableBytes()); file.setFavorite(we.isFavorite()); return file; } }