mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-17 09:38:19 +00:00
Adding support for multiple overlay callbacks
Bug: 193244407 Test: Presubmit Change-Id: Ic345972056752238e7e46226533fd8f33d664213
This commit is contained in:
@@ -40,10 +40,4 @@ public interface LauncherExterns {
|
||||
* Sets the overlay on the target activity
|
||||
*/
|
||||
void setLauncherOverlay(LauncherOverlay overlay);
|
||||
|
||||
/**
|
||||
* Executes the command, next time the overlay is hidden
|
||||
*/
|
||||
void runOnOverlayHidden(Runnable runnable);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user