diff --git a/src/com/android/launcher3/allapps/PrivateProfileManager.java b/src/com/android/launcher3/allapps/PrivateProfileManager.java index 9c36dc2751..21dce14bbf 100644 --- a/src/com/android/launcher3/allapps/PrivateProfileManager.java +++ b/src/com/android/launcher3/allapps/PrivateProfileManager.java @@ -220,7 +220,7 @@ public class PrivateProfileManager extends UserProfileManager { * when animation is not running. */ public void reset() { - // Ensure the state of the header views is what it should be before animating. + // Ensure the state of the header view is what it should be before animating. updateView(); getMainRecyclerView().setChildAttachedConsumer(null); int previousState = getCurrentState(); @@ -435,6 +435,7 @@ public class PrivateProfileManager extends UserProfileManager { lockPill.setVisibility(GONE); } } + mPSHeader.invalidate(); } /** Sets the enablement of the profile when header or button is clicked. */