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

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

* commit 'c4b6e2a1':
  QS Edit: Fix up accessibility

Change-Id: I78ebafd7f118fc1220e1c76b0823d229a69ebd0f
parents be195ae4 c4b6e2a1
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);
    }