mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 19:28:10 +00:00
Fix ReorderAlgorithmUnitTest not restoring numRows properly
Fix: 289191222 Test: ReorderAlgorithmUnitTest Change-Id: I4e8a8afc6bd043c3983b19220bca0e50c26eab69
This commit is contained in:
@@ -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