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

Commit 8cc4cd1d authored by Brandon Dayauon's avatar Brandon Dayauon Committed by Android (Google) Code Review
Browse files

Merge "Call invalidate() during updateView() for updating the header." into main

parents d6f39e3f d6333684
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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. */