mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 02:38:20 +00:00
Merge "Disallowing touches through the custom workspace cling. (Bug 6721250)" into jb-dev
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