Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87249707 authored by Mehdi Alizadeh's avatar Mehdi Alizadeh Committed by Android (Google) Code Review
Browse files

Merge "Prepares SecondaryDropTarget to inherit from" into ub-launcher3-edmonton

parents f39e602a 8517b69b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ public class SecondaryDropTarget extends ButtonDropTarget implements OnAlarmList

    private final Alarm mCacheExpireAlarm;

    private int mCurrentAccessibilityAction = -1;
    protected int mCurrentAccessibilityAction = -1;
    public SecondaryDropTarget(Context context, AttributeSet attrs) {
        this(context, attrs, 0);
    }
@@ -70,7 +70,7 @@ public class SecondaryDropTarget extends ButtonDropTarget implements OnAlarmList
        setupUi(UNINSTALL);
    }

    private void setupUi(int action) {
    protected void setupUi(int action) {
        if (action == mCurrentAccessibilityAction) {
            return;
        }