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

Commit e8156cc3 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: 36cc7841

* commit '36cc7841':
  QS Edit: Fix up accessibility

Change-Id: I547559a4e22203286b249afa70b98d18a2e68305
parents b64ad563 36cc7841
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);
    }