commit | aa496d04b479754a27d2866b006e2cd6b7884718 | [log] [tgz] |
---|---|---|
author | Tony Mak <tonymak@google.com> | Thu Apr 11 17:38:47 2019 +0100 |
committer | Tony Mak <tonymak@google.com> | Thu Apr 11 17:52:33 2019 +0100 |
tree | 7361713d655576f7503f0e52370b2c4f8f1ea28b | |
parent | 9214de571f70e25164d884bd331875c4bdb228d7 [diff] |
Doing sublisting after deduplication For message like "a@anrdoid.com b@android.com", we wanna show no suggestion on them because it will be ambiguous (Two chips with label "Send Email"). And this is achieve by deduplication. Previously, we did sublisting before duplication, and thus we failed to remove some duplications. Let's do it the another way round. BUG: 130344529 Test: atest Change-Id: Idb4ea439daca710ce6247611f97c657e6a1c1a1b