Skip to content

Commit

Permalink
WiiSystemUpdateViewController: Add missing call to super's viewWillDi…
Browse files Browse the repository at this point in the history
…sappear
  • Loading branch information
OatmealDome committed Jun 26, 2023
1 parent 669749f commit 6e69b55
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -119,6 +119,8 @@ - (void)viewDidAppear:(BOOL)animated {
- (void)viewWillDisappear:(BOOL)animated {
// Auto-sleep on
[[UIApplication sharedApplication] setIdleTimerDisabled:false];

[super viewWillDisappear:animated];
}

- (IBAction)cancelPressed:(id)sender {
Expand Down

0 comments on commit 6e69b55

Please sign in to comment.