feat: Add option to clear home screen in settings (#6125)
Signed-off-by: abhixv <abhi.sharma1@hotmail.com>
This commit is contained in:
committed by
Pun Butrach
parent
9898749619
commit
5f3a03f4fb
@@ -18,7 +18,6 @@ package com.android.launcher3;
|
||||
|
||||
import android.content.Context;
|
||||
import android.graphics.Rect;
|
||||
import android.view.View;
|
||||
|
||||
import com.android.launcher3.accessibility.DragViewStateAnnouncer;
|
||||
import com.android.launcher3.dragndrop.DragOptions;
|
||||
@@ -146,9 +145,4 @@ public interface DropTarget {
|
||||
|
||||
// These methods are implemented in Views
|
||||
void getHitRectRelativeToDragLayer(Rect outRect);
|
||||
|
||||
/** Returns the drop target view. By default, the implementor class is cast to the view. */
|
||||
default View getDropView() {
|
||||
return (View) this;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user