Display only valid emojis in recent emoji list (#5612)
* Create `:libraries:recentemojis` and move `AddRecentEmoji` and `GetRecentEmojis` there - Make sure `GetRecentEmojis` won't return duplicate or invalid emojis. - `ActionListPresenter` now handles merging suggested and recent emojis, not `ActionListView`.
This commit is contained in:
committed by
GitHub
parent
7facc40771
commit
45b5783b23
@@ -119,6 +119,7 @@ fun DependencyHandlerScope.allLibrariesImpl() {
|
||||
implementation(project(":libraries:wellknown:impl"))
|
||||
implementation(project(":libraries:oidc:impl"))
|
||||
implementation(project(":libraries:workmanager:impl"))
|
||||
implementation(project(":libraries:recentemojis:impl"))
|
||||
}
|
||||
|
||||
fun DependencyHandlerScope.allServicesImpl() {
|
||||
|
||||
Reference in New Issue
Block a user