Skip to content
Snippets Groups Projects
Commit b7aad04b authored by Diogo Simao Marques's avatar Diogo Simao Marques
Browse files

MediaMoreOptionsActionSheet: Remove icon hack

This removes the hack in the options' action sheet that was displaying
the same icon for the bookmarks and chapter.

Since we do have a proper icon for the chapters, it is no longer needed.

Closes #1757
parent c102b519
No related branches found
No related tags found
1 merge request!1442Resources: Add new chapter icon and rename the bookmarks icon
Pipeline #571327 passed with stages
in 6 minutes and 42 seconds
......@@ -498,7 +498,7 @@ extension MediaMoreOptionsActionSheet: MediaPlayerActionSheetDataSource {
let cellModel = ActionSheetCellModel(
title: String(describing: $0),
imageIdentifier: $0.rawValue == "bookmarks" ? "chapters" : $0.rawValue,
imageIdentifier: $0.rawValue,
viewToPresent: selectViewToPresent(for: $0),
cellIdentifier: $0
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment