Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95c7c63f authored by Jason Chiu's avatar Jason Chiu Committed by Automerger Merge Worker
Browse files

Merge "Fix IllegalArgumentException from RecyclerView in PanelFragment" into...

Merge "Fix IllegalArgumentException from RecyclerView in PanelFragment" into tm-qpr-dev am: 0b0d8ace

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20715247



Change-Id: I963a95fb9787778579a1c9a1a0237b84b4384a1c
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents c52d4922 0b0d8ace
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -214,6 +214,8 @@ public class PanelFragment extends Fragment {
        // 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.
        mPanelSlices.setVisibility(View.GONE);
        // Remove the animator to avoid a RecyclerView crash.
        mPanelSlices.setItemAnimator(null);

        final Bundle arguments = getArguments();
        final String callingPackageName =