mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Removing some eclipse warnings
Change-Id: I160feaee81b262be02446885fae643c0be71b7af
This commit is contained in:
@@ -111,7 +111,6 @@ public class DeleteDropTarget extends ButtonDropTarget {
|
||||
public void onFlingToDelete(final DragObject d, PointF vel) {
|
||||
// Don't highlight the icon as it's animating
|
||||
d.dragView.setColor(0);
|
||||
d.dragView.updateInitialScaleToCurrentScale();
|
||||
|
||||
final DragLayer dragLayer = mLauncher.getDragLayer();
|
||||
FlingAnimation fling = new FlingAnimation(d, vel,
|
||||
|
||||
Reference in New Issue
Block a user