Loading
Fix loops iteration
The erase() already increment the iterator. If the loop additionally do "it++", it will skip some elements, and might iterate over the end. Test: compilation test Change-Id: Ibd9c993d8e80d807f5d7bc920da36ee538477438
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
The erase() already increment the iterator. If the loop additionally do "it++", it will skip some elements, and might iterate over the end. Test: compilation test Change-Id: Ibd9c993d8e80d807f5d7bc920da36ee538477438