mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Fixing robo test compilation
Change-Id: I1b1192f4cbf1ea1916f2ec4cd607743b3483250a
This commit is contained in:
@@ -144,7 +144,7 @@ public class TaskViewSimulatorTest {
|
||||
LauncherActivityInterface.INSTANCE);
|
||||
tvs.setDp(mDeviceProfile);
|
||||
|
||||
int launcherRotation = DisplayController.INSTANCE.get(mContext).getInfo().rotation;
|
||||
int launcherRotation = DisplayController.getDefaultDisplay(mContext).getInfo().rotation;
|
||||
if (mAppRotation < 0) {
|
||||
mAppRotation = launcherRotation;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user