Skip to content
Snippets Groups Projects
Commit 707d4b73 authored by Dhina17's avatar Dhina17 Committed by Dhina17
Browse files

fixup! SystemUI: Add API for runtime taskbar config

Change-Id: Ic85480840c73f144dee030ddd5b94d259cf5281f
parent a96af516
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ public class NavigationBarControllerImplTest extends SysuiTestCase {
@Test
public void testCreateNavigationBarsIncludeDefaultTrue() {
// Large screens may be using taskbar and the logic is different
mNavigationBarController.mIsLargeScreen = false;
mNavigationBarController.mTaskbarShowing = false;
doNothing().when(mNavigationBarController).createNavigationBar(any(), any(), any());
mNavigationBarController.createNavigationBars(true, null);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment