mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 02:08:20 +00:00
Revert "Compose gesture integrated fully into Nexus Launcher" Revert submission 11035205-compose_gesture_fully_integrated_launcher Reason for revert: Broke Launcher Android Studio build, quick switch, and home gesture doesn't work if Compose is open. Reverted Changes: I2d97b22d5:OverscrollPlugin refactored to use onTouchEvent Ia19a55f65:Compose gesture integrated fully into Nexus Launch... I65aa07ac1:Compose gesture integrated fully into Launcher Change-Id: Ic05c47eb686b3942ba519e76db32977fc568844b
This directory contains plugin interfaces that launcher listens for and plugins implement. In other words, these are the hooks that specify what plugins launcher currently supports.
Details about how to create a new plugin interface, or to use existing interfaces to write a plugin can be found at go/gnl/plugins.