mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 02:38:20 +00:00
am e76e36f4: Merge "Disallowing touches through the custom workspace cling. (Bug 6721250)" into jb-dev
* commit 'e76e36f420c4e0ff2198eeadc86a3b2acfa2479a': Disallowing touches through the custom workspace cling. (Bug 6721250)
This commit is contained in:
@@ -194,9 +194,6 @@ public class Cling extends FrameLayout {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
} else if (mDrawIdentifier.equals(WORKSPACE_CUSTOM)) {
|
||||
// Let all touch events fall through
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user