DynamicGrid
DynamicGrid copied to clipboard
New items don't begin to vibrate
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.