From 9502464556b19aa65bf70891205bbef09a2f9ff6 Mon Sep 17 00:00:00 2001 From: Matt Clarke Date: Sun, 14 Apr 2019 21:01:56 +0100 Subject: [PATCH] Missed a animation thing --- Tweak/Setup/XENSetupWindow.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tweak/Setup/XENSetupWindow.m b/Tweak/Setup/XENSetupWindow.m index 686a5aa..a372161 100644 --- a/Tweak/Setup/XENSetupWindow.m +++ b/Tweak/Setup/XENSetupWindow.m @@ -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);