Merge "Remove animator on app list." into qt-dev

am: 576cb8b0df

Change-Id: Ia6f1fdc91d65266325caf00255d50841ecbf356d
This commit is contained in:
Fan Zhang
2019-05-07 13:36:53 -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);