mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Yet another attempt to fix (issue 6282761)
Change-Id: Iabb0dd8e59e566ddef71d4aa7aa684f52d06b3b3
This commit is contained in:
@@ -141,8 +141,8 @@ public class PagedViewWidget extends LinearLayout {
|
||||
|
||||
class CheckForShortPress implements Runnable {
|
||||
public void run() {
|
||||
if (sShortpressTarget != null) return;
|
||||
if (mShortPressListener != null) {
|
||||
if (sShortpressTarget != null) return;
|
||||
mShortPressListener.onShortPress(PagedViewWidget.this);
|
||||
}
|
||||
sShortpressTarget = PagedViewWidget.this;
|
||||
|
||||
Reference in New Issue
Block a user