grp/newsyc

"Open in Safari" button doesn't work in thread view

HyShai opened this issue · 2 comments

The "Open in Safari" button doesn't work in thread view. The menu acts as though it has been pressed and slides away, but the action doesn't fire and no Safari window opens. The button works as expected in other areas of the app.

IMG-20130323223000

in LoadingController, use absoluteURL

  • (void)actionTapped {
    SharingController *sharingController = [[SharingController alloc] initWithURL:[source URL].absoluteURL title:[self sourceTitle] fromController:self];
    [sharingController showFromBarButtonItem:actionItem];
    [sharingController release];
    }

This is fixed now 👍