Skip to content

Commit

Permalink
Switched back to orange NavigationController
Browse files Browse the repository at this point in the history
  • Loading branch information
galonsky committed Apr 6, 2011
1 parent 4ce00d2 commit f1d99c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ - (void)handleStatusEventWithType:(StatusDelegateType)type message:(NSString *)m
NSLog(@"%@", message);
InstapaperLoginController *instapaperLogin = [[InstapaperLoginController alloc] initWithMessage:message];
[instapaperLogin setDelegate:self];
UINavigationController *navigation = [[UINavigationController alloc] initWithRootViewController:instapaperLogin];
NavigationController *navigation = [[NavigationController alloc] initWithRootViewController:instapaperLogin];

if(!firstModal) {
[navigationController setToShow:navigation];
Expand Down

0 comments on commit f1d99c6

Please sign in to comment.