adb: correctly fix merge conflict.
am: 1286c1f878
Change-Id: I865cc05bef06ec33941766993e6aef2171be3e67
This commit is contained in:
commit
d067dcdaa3
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue