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

Commit 6b2753c0 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

Merge "Report final progress when finished copying." into pi-dev am: 01f2ff1a

am: 190d3520

Change-Id: I8cbdc28d8a72d4d3a9ef7a92e2ba6ea95c3618dc
parents 826a7f05 190d3520
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -411,6 +411,9 @@ public class FileUtils {
                checkpoint = 0;
            }
        }
        if (listener != null) {
            listener.onProgress(progress);
        }
        return progress;
    }

@@ -440,6 +443,9 @@ public class FileUtils {
                checkpoint = 0;
            }
        }
        if (listener != null) {
            listener.onProgress(progress);
        }
        return progress;
    }

@@ -479,6 +485,9 @@ public class FileUtils {
                checkpoint = 0;
            }
        }
        if (listener != null) {
            listener.onProgress(progress);
        }
        return progress;
    }