Adding support for multiple overlay callbacks

Bug: 193244407
Test: Presubmit
Change-Id: Ic345972056752238e7e46226533fd8f33d664213
This commit is contained in:
Sunny Goyal
2022-11-02 18:58:49 -07:00
parent ef24d5954c
commit 82379187ea
6 changed files with 71 additions and 161 deletions

View File

@@ -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);
}