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

Commit df64e9ee authored by Tony Wickham's avatar Tony Wickham
Browse files

Change drag from shortcuts to say "Cancel" instead of "Remove"

Bug: 30757836
Change-Id: I7d2d97898bd1feac3cd7ba15614c29a1e1b33841
parent 37aba27b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -563,7 +563,7 @@ public class DeepShortcutsContainer extends LinearLayout implements View.OnLongC

    @Override
    public boolean supportsDeleteDropTarget() {
        return true;
        return false;
    }

    @Override