Merge "Remove animator on app list." into qt-dev am: 576cb8b0df

am: 73d79ef7a1

Change-Id: I094e7123f3b8074d4fe2202a1125f75bb0d0c570
This commit is contained in:
Fan Zhang
2019-05-07 14:59:18 -07:00
committed by android-build-merger

View File

@@ -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);