mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 07:46:55 +00:00
Fixing crash when swiping up using 3P Launcher
Change-Id: Ia181edc1a00136374b3f0d848beccf0c9acd7b5c
This commit is contained in:
@@ -40,7 +40,6 @@ import android.widget.FrameLayout;
|
||||
|
||||
import com.android.launcher3.AbstractFloatingView;
|
||||
import com.android.launcher3.InsettableFrameLayout;
|
||||
import com.android.launcher3.Launcher;
|
||||
import com.android.launcher3.Utilities;
|
||||
import com.android.launcher3.util.MultiValueAlpha;
|
||||
import com.android.launcher3.util.MultiValueAlpha.AlphaProperty;
|
||||
@@ -115,6 +114,11 @@ public abstract class BaseDragLayer<T extends Context & ActivityContext>
|
||||
mMultiValueAlpha = new MultiValueAlpha(this, alphaChannelCount);
|
||||
}
|
||||
|
||||
/**
|
||||
* Called to reinitialize touch controllers.
|
||||
*/
|
||||
public abstract void recreateControllers();
|
||||
|
||||
/**
|
||||
* Same as {@link #isEventOverView(View, MotionEvent, View)} where evView == this drag layer.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user