Merge "Apply the expand animation on Private Space" into main

This commit is contained in:
Brandon Dayauon
2023-12-13 00:02:56 +00:00
committed by Android (Google) Code Review
5 changed files with 94 additions and 68 deletions
@@ -105,4 +105,8 @@ public class PrivateSpaceHeaderViewController {
transitionImage.setVisibility(View.GONE);
}
}
PrivateProfileManager getPrivateProfileManager() {
return mPrivateProfileManager;
}
}