mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Removing logging related to and fixing (issue 6238330)
Change-Id: I7ed89840d90fd13cbfedc795e789706b32f76b5d
This commit is contained in:
@@ -144,8 +144,8 @@ public class PagedViewWidget extends LinearLayout {
|
||||
if (sShortpressTarget != null) return;
|
||||
if (mShortPressListener != null) {
|
||||
mShortPressListener.onShortPress(PagedViewWidget.this);
|
||||
sShortpressTarget = PagedViewWidget.this;
|
||||
}
|
||||
sShortpressTarget = PagedViewWidget.this;
|
||||
mShortPressTriggered = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user