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

Commit

Permalink
Missed a animation thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Matchstic committed Apr 14, 2019
1 parent 3c99ae4 commit 9502464
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tweak/Setup/XENSetupWindow.m
Expand Up @@ -55,6 +55,8 @@ +(void)finishSetupMode {

shared.backgroundColor = [UIColor clearColor];

shared.backgroundImageView.hidden = YES; // Obscured by pages now

[UIView animateWithDuration:0.5 animations:^{
shared.rootViewController.view.alpha = 0.0;
shared.rootViewController.view.transform = CGAffineTransformMakeScale(2.0, 2.0);
Expand Down

0 comments on commit 9502464

Please sign in to comment.