mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 00:36:49 +00:00
Converting PopupContainerWithArrow into a base class so that it is easier
to create other types of popup Bug: 67585158 Change-Id: I966ae7bb90f941951b26feaf71b3ea30c3f3c0cc
This commit is contained in:
@@ -31,7 +31,6 @@ import com.android.launcher3.AbstractFloatingView;
|
||||
import com.android.launcher3.Launcher;
|
||||
import com.android.launcher3.LauncherAppState;
|
||||
import com.android.launcher3.graphics.IconPalette;
|
||||
import com.android.launcher3.popup.PopupContainerWithArrow;
|
||||
import com.android.launcher3.util.PackageUserKey;
|
||||
|
||||
/**
|
||||
@@ -110,7 +109,7 @@ public class NotificationInfo implements View.OnClickListener {
|
||||
launcher.getPopupDataProvider().cancelNotification(notificationKey);
|
||||
}
|
||||
AbstractFloatingView.closeOpenContainer(launcher, AbstractFloatingView
|
||||
.TYPE_POPUP_CONTAINER_WITH_ARROW);
|
||||
.TYPE_ACTION_POPUP);
|
||||
}
|
||||
|
||||
public Drawable getIconForBackground(Context context, int background) {
|
||||
|
||||
Reference in New Issue
Block a user