Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48b6c052 authored by desperateCoder's avatar desperateCoder
Browse files

fix file uploads vor networkRequests V2

parent e19aae1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -165,7 +165,7 @@ public class NextcloudAPI {
     * @throws Exception or SSOException
     */
    public Response performNetworkRequestV2(NextcloudRequest request) throws Exception {
        return networkRequest.performNetworkRequestV2(request, null);
        return networkRequest.performNetworkRequestV2(request, request.getBodyAsStream());
    }

    protected Gson getGson() {