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

Commit a9aeb6f3 authored by Jean Chalard's avatar Jean Chalard Committed by Android (Google) Code Review
Browse files

Merge "Small optimization" into jb-dev

parents b1120fe7 76319c69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1053,7 +1053,7 @@ public class BinaryDictInputOutput {
            dataEndOffset = writePlacedNode(dict, buffer, n);
        }

        showStatistics(flatNodes);
        if (DBG) showStatistics(flatNodes);

        destination.write(buffer, 0, dataEndOffset);