"Open in Safari" button doesn't work in thread view
HyShai opened this issue · 2 comments
HyShai commented
hpsoar commented
in LoadingController, use absoluteURL
- (void)actionTapped {
SharingController *sharingController = [[SharingController alloc] initWithURL:[source URL].absoluteURL title:[self sourceTitle] fromController:self];
[sharingController showFromBarButtonItem:actionItem];
[sharingController release];
}
alexfish commented
This is fixed now 👍