Snap for 9406096 from 0b0d8ace66 to tm-qpr2-release

Change-Id: I25a2280417566c4018397c756e81898e6cb3feef
This commit is contained in:
Android Build Coastguard Worker
2022-12-15 00:27:01 +00:00

View File

@@ -214,6 +214,8 @@ public class PanelFragment extends Fragment {
// Make the panel layout gone here, to avoid janky animation when updating from old panel. // Make the panel layout gone here, to avoid janky animation when updating from old panel.
// We will make it visible once the panel is ready to load. // We will make it visible once the panel is ready to load.
mPanelSlices.setVisibility(View.GONE); mPanelSlices.setVisibility(View.GONE);
// Remove the animator to avoid a RecyclerView crash.
mPanelSlices.setItemAnimator(null);
final Bundle arguments = getArguments(); final Bundle arguments = getArguments();
final String callingPackageName = final String callingPackageName =