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

Commit cc9ecbc9 authored by Ioana Alexandru's avatar Ioana Alexandru
Browse files

Disable NotifRedesignFooter flag for testReInflatesFooterViews

Change-Id: I44fc747e034cf5b2e6ed525598881d58920f2435
Fix: 377168232
Test: NotificationStackScrollLayoutTest
Flag: com.android.systemui.notifications_redesign_footer_view
parent d51c91e9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -729,7 +729,9 @@ public class NotificationStackScrollLayoutTest extends SysuiTestCase {
    }

    @Test
    @DisableFlags({FooterViewRefactor.FLAG_NAME, ModesEmptyShadeFix.FLAG_NAME})
    @DisableFlags({FooterViewRefactor.FLAG_NAME,
        ModesEmptyShadeFix.FLAG_NAME,
        NotifRedesignFooter.FLAG_NAME})
    public void testReInflatesFooterViews() {
        when(mEmptyShadeView.getTextResource()).thenReturn(R.string.empty_shade_text);
        clearInvocations(mStackScroller);