Turn on the transition flag

Test: robotests
Bug: 186701900
Change-Id: I09c821e17fca88ee532f6535031a52c4c832a1e8
This commit is contained in:
Yi-Ling Chuang
2021-05-07 12:07:45 +08:00
parent 8642ee35ad
commit 1be773da62
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