Fix hotseat width to span a number of columns
Bug: 227344807 Test: manual Change-Id: Ice4e37929bcbb8c9cf3af340e67b6bec002578bd
This commit is contained in:
@@ -135,7 +135,7 @@ public class DeviceEmulationData {
|
||||
resourceOverrides.put(s, getDimenByName(s, context.getResources(), 0));
|
||||
}
|
||||
return new DeviceEmulationData(info.currentSize.x, info.currentSize.y,
|
||||
info.densityDpi, info.cutout, code, grids, resourceOverrides);
|
||||
info.getDensityDpi(), info.cutout, code, grids, resourceOverrides);
|
||||
}
|
||||
|
||||
public static DeviceEmulationData getDevice(String deviceCode) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user