Spikeysanju / Einsen

🎯 Einsen is a prioritization app that uses Eisenhower matrix technique as workflow to prioritize a list of tasks & built to Demonstrate use of Jetpack Compose with Modern Android Architecture Components & MVVM Architecture.
Apache License 2.0
912 stars 79 forks source link

Duplicate Emoji Search Results #77

Closed Spikeysanju closed 2 years ago

Spikeysanju commented 2 years ago

Describe the bug When searching for Emoji it returns multiple duplicate Emoji's

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Add Task Screen'
  2. Click on 'Emoji Picker'
  3. Search for Emoji
  4. See error

Expected behavior Search results should not contain Duplicate Emoji's

Smartphone Details (please complete the following information):

Additional context We can fix this error by adding distinct() filter on EmojiResults in ViewModel