mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Removing dependency on wallpaper colors and using theme resources
Bug: 184676715 Test: Manual Change-Id: Ie9a9a784c4a8a8cd484bfd8ea463deedcd4deed6
This commit is contained in:
@@ -2066,9 +2066,6 @@ public class Workspace extends PagedView<WorkspacePageIndicator>
|
||||
if (mDragOverlappingLayout != null) {
|
||||
mDragOverlappingLayout.setIsDragOverlapping(true);
|
||||
}
|
||||
// Invalidating the scrim will also force this CellLayout
|
||||
// to be invalidated so that it is highlighted if necessary.
|
||||
mLauncher.getDragLayer().getWorkspaceDragScrim().invalidate();
|
||||
}
|
||||
|
||||
public CellLayout getCurrentDragOverlappingLayout() {
|
||||
|
||||
Reference in New Issue
Block a user