Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
Reenable full text bill activity for opening bill text in Safari.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcloud committed May 14, 2015
1 parent 0097f20 commit d84debe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions APPSTORE.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Secondary: **News**
# What's new in Version 1.6.3

• Fixed an issue rendering the full text of bills
• Can open full text of bills in Safari, if that's what you prefer.
• Dusted away some cobwebs

# What's new in Version 1.6.2
Expand Down
2 changes: 1 addition & 1 deletion Classes/Controllers/SFFullTextViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ - (void)viewDidLoad {
NSMutableArray *activityItems = [[NSMutableArray alloc] initWithObjects:_bill, nil];

[self.navigationItem setTitle:[NSString stringWithFormat:@"Text of %@", [_bill.identifier displayName]]];
// [self.navigationItem setRightBarButtonItem:[UIBarButtonItem actionButtonWithTarget:self action:@selector(showActivityViewController)]];
[self.navigationItem setRightBarButtonItem:[UIBarButtonItem actionButtonWithTarget:self action:@selector(showActivityViewController)]];
[self.navigationItem setLeftBarButtonItem:[[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemDone
target:self
action:@selector(closeFullTextView)]];
Expand Down
1 change: 1 addition & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
1.6.3
- Fixed an issue rendering the full text of bills
- Dusted away some cobwebs: updated UrbanAirship, Google Analytics, AFNetworking, and a few other libraries.
- Reenabled ability to open full text of bills in Safari

1.6.2
- Fixed issue with enabling notifications for the first time
Expand Down

0 comments on commit d84debe

Please sign in to comment.