Merge "Turn on the transition flag" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-05-07 09:01:00 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ public class SettingsHomepageActivityTest {
@Before
public void setUp() {
MockitoAnnotations.initMocks(this);
ShadowUtils.setIsPageTransitionEnabled(false);
ShadowUtils.setIsPageTransitionEnabled(true);
}
@Test