DynamicGrid icon indicating copy to clipboard operation
DynamicGrid copied to clipboard

New items don't begin to vibrate

Open NG-Studio-Development opened this issue 9 years ago • 0 comments

In callback of longPressItem I do the following actions: _Call method adapter.clear() -> call addAll(itemList) -> notifyDataSetChanged() -> gridView.startEditMode();

All data updating and new items are added. But new items don't vibrate.

NG-Studio-Development avatar Mar 09 '16 15:03 NG-Studio-Development