Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
* HLS support
([#5602](https://github.com/Automattic/pocket-casts-android/pull/5602))
* Bug Fixes
* Fix status bar icon contrast in light-themed bookmark dialogs
([#2127](https://github.com/Automattic/pocket-casts-android/issues/2127))
* Fix episodes being cached over mobile data when Warn before using data is enabled
([#5567](https://github.com/Automattic/pocket-casts-android/pull/5567))
* Reduce the chance of episode playback progress reverting during listening history sync
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class BookmarksContainerFragment : BaseDialogFragment() {
get() = if (sourceView == SourceView.PROFILE) {
StatusBarIconColor.Theme
} else {
StatusBarIconColor.Light
StatusBarIconColor.ThemeNoToolbar
}

var binding: FragmentBookmarksContainerBinding? = null
Expand Down
Loading