commit | 1b9fd985d41c7380e2df2f477ab8e53f6aab9c8d | [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:12 2025 -0800 |
tree | 327af19f9fb309c8be5848d500f06231b56b9817 | |
parent | b8fc998679500f387001f3e5a007242e549369cd [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: Id8d1de1531b67a7daf448e45592b7ef78f685fc2