DescriptionUse View Holder pattern in AccountsAdapter.getView().
Currently, the lint warns at:
AccountsAdapter.java:29 Unconditional layout inflation from view adapter:
Should use View Holder pattern (use recycled view passed into this method
as the second parameter) for smoother scrolling: ViewHolder [warning]
This CL fixes the above lint error.
BUG=327768
Committed: https://crrev.com/bdafed7f77d2b14fc5ea76a755c0f8818877cddd
Cr-Commit-Position: refs/heads/master@{#299406}
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|