Example #1
0
        public void OnAddRecentEmoji(Emojicon emojicon)
        {
            EmojiconRecentsManager.Push(emojicon);

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