Merge "Fix ReorderAlgorithmUnitTest not restoring numRows properly" into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c243875235
@@ -164,7 +164,7 @@ public class ReorderAlgorithmUnitTest {
|
||||
Context c = new ActivityContextWrapper(getApplicationContext());
|
||||
DeviceProfile dp = InvariantDeviceProfile.INSTANCE.get(c).getDeviceProfile(c).copy(c);
|
||||
mPrevNumColumns = dp.inv.numColumns;
|
||||
mPrevNumRows = dp.inv.numColumns;
|
||||
mPrevNumRows = dp.inv.numRows;
|
||||
}
|
||||
|
||||
@After
|
||||
|
||||
Reference in New Issue
Block a user