commit | f4afd8db2fa4ae24ddea46dd5dc38beddd408159 | [log] [tgz] |
---|---|---|
author | Mady Mellor <madym@google.com> | Wed Jun 10 14:50:59 2020 -0700 |
committer | Mady Mellor <madym@google.com> | Thu Jun 11 01:50:25 2020 +0000 |
tree | f5cf84173c0802c041149eb831c2059624c394f5 | |
parent | 266bf584c75d7761f5069f031fb2800c1283d048 [diff] |
Fix duplicate bubbles in overflow If multiple calls to applyUpdate happen, we could load & add the bubbles from disk multiple times resulting in dupes. This adds a flag to only do it once. Test: manual Fixes: 158353722 Change-Id: I5a14574a78ce0b1c55b3b32d2348aa3c4241a341