wordpress-mobile / WordPress-iOS-Shared

Shared components used in building the WordPress iOS apps and other library components
GNU General Public License v2.0
18 stars 22 forks source link

Adds post list duplicate action in analytics #283

Closed antonis closed 3 years ago

antonis commented 3 years ago

Fixes https://github.com/wordpress-mobile/WordPress-iOS/issues/9662

Related PR

Details for this change can be found at https://github.com/wordpress-mobile/WordPress-iOS/pull/15460.

Note: I thought of using the new way of implementing this with using the WPAnalyticsEvent.swift but that would make it inconsistent with the other post list button actions. Not sure if this should be dropped in favour of the new way in any case.