remove usage of getListView
Calling getListView will return the underlying androidx RecyclerView and not the CarUiRecyclerView instance. Previously CarUiRecyclerView was extending androidx RecyclerView and calling getListView would return the same instance. Bug: 203027718 Test: manually Change-Id: Ia27dccf1b7986ca77faa841328a25e3db66277c7
Loading
Please register or sign in to comment