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

Commit cd62a8f4 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

adb: correctly fix merge conflict. am: 1286c1f8 am: d067dcda

am: 52dd7ae1

Change-Id: I189c5f2caf7e5fbe278c641720daca2e80084477
parents 23a5b392 52dd7ae1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -677,9 +677,8 @@ static bool sync_recv(SyncConnection& sc, const char* rpath, const char* lpath,

        bytes_copied += msg.data.size;

        sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, size);
        sc.RecordBytesTransferred(msg.data.size);
        sc.ReportProgress(rpath, bytes_copied, size);
        sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, size);
    }

    sc.RecordFilesTransferred(1);