commit | 725078a6bdee745ebebcda9dee669fb67bed698e | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Mon Feb 03 13:45:07 2025 -0800 |
committer | Cole Faust <colefaust@google.com> | Mon Feb 03 14:18:40 2025 -0800 |
tree | af1398f1fdb5488c2992159b1d8cc82e640a767c | |
parent | 0bcb13f41c7fec774687886d0484a81bb039dd5a [diff] |
Replace .toList() with .collect() .toList() was only introduced to android in api level 34, which is newer than this module's min_sdk_version. Replace it with .collect(). This was found while updating android lint. Flag: EXEMPT refactor Bug: 394096385 Test: Presubmits Change-Id: I472bff7749aebb21bd8681ecf4235ce7a6cfc7de