[Message Actions] Copy events to clipboard (#665)
* Add `Copy` action for text events * Remove 'Copy' action from the list for non-text events * Use `@ContributesBinding` to inject `AndroidClipboardHelper`.
This commit is contained in:
parent
dcff65beba
commit
cf2723ac7f
17 changed files with 193 additions and 22 deletions
|
|
@ -198,7 +198,6 @@ dependencies {
|
|||
allLibrariesImpl()
|
||||
allServicesImpl()
|
||||
allFeaturesImpl(rootDir, logger)
|
||||
implementation(projects.libraries.deeplink)
|
||||
implementation(projects.tests.uitests)
|
||||
implementation(projects.anvilannotations)
|
||||
implementation(projects.appnav)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue