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

Commit 25645f1c authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Merge "QS Edit: Fix up accessibility" into nyc-dev am: c4b6e2a1

am: 9ed92d72

* commit '9ed92d72':
  QS Edit: Fix up accessibility

Change-Id: I5832194e92451c50cb028cccac08697e10047e08
parents db68f296 9ed92d72
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -286,10 +286,11 @@ public class TileAdapter extends RecyclerView.Adapter<Holder> implements TileSta
    private void selectPosition(int position, View v) {
        // Remove the placeholder.
        mAccessibilityMoving = false;
        move(mAccessibilityFromIndex, position, v);
        mTiles.remove(mEditIndex);
        mTiles.remove(mEditIndex--);
        notifyItemRemoved(mEditIndex - 1);
        move(mAccessibilityFromIndex, position, v);
        updateDividerLocations();
        notifyDataSetChanged();
        saveSpecs(mHost);
    }