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

Commit acbde7d5 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Report final progress when finished copying.

Test: none
Bug: 74120182
Change-Id: I984d38505545b5f18dd3dd9a3c6f714a9ea86edd
parent b133cbfd
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;
    }