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

Commit 068ea409 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role)
Browse files

[automerger] Prepares SecondaryDropTarget to inherit from am: 8517b69b

Change-Id: Ief3a5c57af8951ad6b15b2fc8300d4b58720191e
parents 7b4531af 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;
        }