Loading src/com/android/launcher3/allapps/PrivateProfileManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading @@ -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. */ Loading Loading
src/com/android/launcher3/allapps/PrivateProfileManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading @@ -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. */ Loading