mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Code sanitization
- Removed bad method/class name typos Change-Id: Ie6900e9e3d9ce9b550d2a2442a5dac3f7050a573
This commit is contained in:
@@ -139,7 +139,7 @@ public class WidgetsContainerView extends BaseContainerView
|
||||
@Override
|
||||
public boolean onLongClick(View v) {
|
||||
if (LOGD) {
|
||||
Log.d(TAG, String.format("onLonglick [v=%s]", v));
|
||||
Log.d(TAG, String.format("onLongClick [v=%s]", v));
|
||||
}
|
||||
// Return early if this is not initiated from a touch
|
||||
if (!v.isInTouchMode()) return false;
|
||||
|
||||
Reference in New Issue
Block a user