Skip to content

Commit 2f228de

Browse files
authored
Multi-selection: Fix the close tabs daily pixel (#5973)
Task/Issue URL: https://app.asana.com/1/137249556945/project/1207418217763355/task/1210095429446719?focus=true ### Description This pixel changes the pixel string, which was incorrect. ### Steps to test this PR - [ ] Make sure multi-selection feature is enabled - [ ] Go to tab manager - [ ] Tap on the more menu -> tap on Select tabs - [ ] Select a tab - [ ] Tap on the Close tab FAB - [ ] Verify `m_tab_manager_select_mode_menu_close_tabs_daily` pixel is fired
1 parent 17004d4 commit 2f228de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/duckduckgo/app/pixels/AppPixelName.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ enum class AppPixelName(override val pixelName: String) : Pixel.PixelName {
382382
TAB_MANAGER_SELECT_MODE_MENU_CLOSE_OTHER_TABS("m_tab_manager_select_mode_menu_close_other_tabs"),
383383
TAB_MANAGER_SELECT_MODE_MENU_CLOSE_OTHER_TABS_DAILY("m_tab_manager_select_mode_menu_close_other_tabs_daily"),
384384
TAB_MANAGER_SELECT_MODE_MENU_CLOSE_TABS("m_tab_manager_select_mode_menu_close_tabs"),
385-
TAB_MANAGER_SELECT_MODE_MENU_CLOSE_TABS_DAILY("m_tab_manager_select_mode_menu_close_other_daily"),
385+
TAB_MANAGER_SELECT_MODE_MENU_CLOSE_TABS_DAILY("m_tab_manager_select_mode_menu_close_tabs_daily"),
386386

387387
SWIPE_TABS_USED("m_swipe_tabs_used"),
388388
SWIPE_TABS_USED_DAILY("m_swipe_tabs_used_daily"),

0 commit comments

Comments
 (0)