mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Code sanitization
- Removed bad method/class name typos Change-Id: Ie6900e9e3d9ce9b550d2a2442a5dac3f7050a573
This commit is contained in:
@@ -149,7 +149,7 @@ public class AlphabeticalAppsList {
|
||||
return item;
|
||||
}
|
||||
|
||||
public static AdapterItem asSearchDivder(int pos) {
|
||||
public static AdapterItem asSearchDivider(int pos) {
|
||||
AdapterItem item = new AdapterItem();
|
||||
item.viewType = AllAppsGridAdapter.VIEW_TYPE_SEARCH_DIVIDER;
|
||||
item.position = pos;
|
||||
@@ -429,7 +429,7 @@ public class AlphabeticalAppsList {
|
||||
}
|
||||
|
||||
// Add the search divider
|
||||
mAdapterItems.add(AdapterItem.asSearchDivder(position++));
|
||||
mAdapterItems.add(AdapterItem.asSearchDivider(position++));
|
||||
|
||||
// Process the predicted app components
|
||||
mPredictedApps.clear();
|
||||
|
||||
Reference in New Issue
Block a user