mirror of
https://github.com/makew0rld/amfora.git
synced 2024-12-04 14:46:29 -05:00
🐛 Make sub popup accurate when viewing a text feed
This commit is contained in:
parent
ecf229d3dc
commit
39290b09c6
@ -244,7 +244,7 @@ func handleURL(t *tab, u string, numRedirects int) (string, bool) {
|
|||||||
feed, isFeed := getFeedFromPage(p)
|
feed, isFeed := getFeedFromPage(p)
|
||||||
if isFeed && isValidTab(t) && t.page == p {
|
if isFeed && isValidTab(t) && t.page == p {
|
||||||
// After parsing and track-checking time, the page is still being displayed
|
// After parsing and track-checking time, the page is still being displayed
|
||||||
addFeedDirect(p.URL, feed, false)
|
addFeedDirect(p.URL, feed, subscriptions.IsSubscribed(p.URL))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}(t.page)
|
}(t.page)
|
||||||
|
Loading…
Reference in New Issue
Block a user