mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Update DesktopMode config for test.
Bug: 384568161 Test: atest Flag: EXEMPT bugfix Change-Id: Icf02be6f6cec5ed2d89ea8f647b7abbb212e768b
This commit is contained in:
@@ -97,6 +97,8 @@ public class RecentTasksListTest {
|
||||
// Set desktop mode supported
|
||||
when(mContext.getResources()).thenReturn(mResources);
|
||||
when(mResources.getBoolean(R.bool.config_isDesktopModeSupported)).thenReturn(true);
|
||||
when(mResources.getBoolean(R.bool.config_canInternalDisplayHostDesktops))
|
||||
.thenReturn(true);
|
||||
|
||||
mRecentTasksList = new RecentTasksList(mContext, mockMainThreadExecutor,
|
||||
mockKeyguardManager, mSystemUiProxy, mTopTaskTracker);
|
||||
|
||||
Reference in New Issue
Block a user