Merge "Remove animator on app list." into qt-dev am: 576cb8b0df
am: 73d79ef7a1
Change-Id: I094e7123f3b8074d4fe2202a1125f75bb0d0c570
This commit is contained in:
@@ -373,6 +373,7 @@ public class ManageApplications extends InstrumentedFragment
|
||||
UserHandle.of(userId)));
|
||||
}
|
||||
mRecyclerView = mListContainer.findViewById(R.id.apps_list);
|
||||
mRecyclerView.setItemAnimator(null);
|
||||
mRecyclerView.setLayoutManager(new LinearLayoutManager(
|
||||
getContext(), RecyclerView.VERTICAL, false /* reverseLayout */));
|
||||
mRecyclerView.setAdapter(mApplications);
|
||||
|
||||
Reference in New Issue
Block a user