Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Show popover after adding to playlist automatically.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon-T committed Aug 18, 2021
1 parent 1086e97 commit 2e66cf2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ extension BrowserViewController: PlaylistHelperDelegate {

if didAddItem {
self.updatePlaylistURLBar(tab: tab, state: .existingItem, item: item)

DispatchQueue.main.async {
self.showPlaylistPopover(tab: tab, state: .addedToPlaylist)
}
}
}
}
Expand Down

0 comments on commit 2e66cf2

Please sign in to comment.