mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Code sanitization
- Removed bad method/class name typos Change-Id: Ie6900e9e3d9ce9b550d2a2442a5dac3f7050a573
This commit is contained in:
@@ -679,7 +679,7 @@ public class FolderPagedView extends PagedView {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void getEdgeVerticalPostion(int[] pos) {
|
||||
protected void getEdgeVerticalPosition(int[] pos) {
|
||||
pos[0] = 0;
|
||||
pos[1] = getViewportHeight();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user