commit | 15960acb0b5d972823ad098b1f566cc9c9b1fe0d | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Mon Feb 03 13:38:45 2025 -0800 |
committer | Cole Faust <colefaust@google.com> | Mon Feb 03 14:20:22 2025 -0800 |
tree | cf4c93a12a2d2608ff94da25dd9140f987946bdb | |
parent | cda832cc549c37442b02c90992bea687cd6f2f2a [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: I7d3cedc72e65b3f4c73cc53def1e9fa27258bad0