diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-05-19 18:26:47 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-05-19 18:26:47 -0700 |
commit | 946c4377084df6bc7eef81ab02ec31ce09f09a43 (patch) | |
tree | f38fc45066890ba2a26f5eb369fb316592e420d4 /MobileCydia.mm | |
parent | 22fd24ddb38b2e3305c3893ac0735d8dd3beb58d (diff) |
Also update the Refresh/Changes button on Changes.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 863f068..7ea98e4 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -7495,6 +7495,16 @@ static void HomeControllerReachabilityCallback(SCNetworkReachabilityRef reachabi } return self; } +- (void) viewDidLoad { + [super viewDidLoad]; + [self setLeftBarButtonItem]; +} + +- (void) viewWillAppear:(BOOL)animated { + [super viewWillAppear:animated]; + [self setLeftBarButtonItem]; +} + - (void) reloadData { [self setLeftBarButtonItem]; [super reloadData]; |