commit | ad78da873d6065efa5e211a7b3ac3395ca4a53fb | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Mon Feb 03 13:30:32 2025 -0800 |
committer | Cole Faust <colefaust@google.com> | Mon Feb 03 14:19:57 2025 -0800 |
tree | a85d4d633bad1750d895c6d5f890398fb20914b6 | |
parent | 8a281b4ef809c510e4b37aff5e037f964ea3715a [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: I71fd1435b7645ea4f1f653c05fef1ddc47adbc14 Merged-In: Id8d1de1531b67a7daf448e45592b7ef78f685fc2