Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(listen): update listen to have a default language set #604

Merged
merged 1 commit into from
Apr 13, 2023

Conversation

bassrock
Copy link
Member

Summary

Quick fix to ensure listen has a default set of en for UI tests

@bassrock bassrock requested a review from a team as a code owner April 13, 2023 21:27
@bassrock bassrock requested review from Gio2018 and timc-mozilla and removed request for a team April 13, 2023 21:27
@@ -619,7 +619,6 @@ extension SavedItemsListViewModel {
// Remove any filters and sorts they selected and re-fetch data before showing listen.
if !selectedFilters.isEmpty && !featureFlags.isAssigned(flag: .listenTagsPlaylists) {
selectedFilters.removeAll()
listOptions.selectedSortOption = .newest
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

caused a bad access. removing for now.

@nzeltzer nzeltzer self-requested a review April 13, 2023 21:35
Copy link
Collaborator

@nzeltzer nzeltzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@pocket-ci
Copy link
Contributor

Messages
📖 No SwiftLint violations! 🎉
📖 Project coverage: 79.38%
📖 Edited 2 files
📖 Created 0 files

PocketKit: Coverage: 78.61

File Coverage
SavedItemsListViewModel.swift 90.08%
Listen.swift 53.48%

Generated by 🚫 Danger Swift against 0297336

@bassrock bassrock merged commit 1c4688d into develop Apr 13, 2023
@bassrock bassrock deleted the listen-test-fix branch April 13, 2023 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants