Loading packages/SystemUI/src/com/android/systemui/qs/customize/TileAdapter.java +3 −0 Original line number Diff line number Diff line Loading @@ -297,6 +297,9 @@ public class TileAdapter extends RecyclerView.Adapter<Holder> implements TileSta mAccessibilityMoving = false; mTiles.remove(mEditIndex--); notifyItemRemoved(mEditIndex - 1); // Don't remove items when the last position is selected. if (position == mEditIndex) position--; move(mAccessibilityFromIndex, position, v); notifyDataSetChanged(); } Loading Loading
packages/SystemUI/src/com/android/systemui/qs/customize/TileAdapter.java +3 −0 Original line number Diff line number Diff line Loading @@ -297,6 +297,9 @@ public class TileAdapter extends RecyclerView.Adapter<Holder> implements TileSta mAccessibilityMoving = false; mTiles.remove(mEditIndex--); notifyItemRemoved(mEditIndex - 1); // Don't remove items when the last position is selected. if (position == mEditIndex) position--; move(mAccessibilityFromIndex, position, v); notifyDataSetChanged(); } Loading