public void OnAddRecentEmoji(Emojicon emojicon) { EmojiconRecentsManager.Push(emojicon); // notify dataset changed //if (mAdapter != null) // mAdapter.NotifyDataSetChanged(); }
public void OnAddRecentEmoji(Emojicon emojicon) { EmojiconRecentsManager.Push(emojicon); _adapter?.NotifyDataSetChanged(); }