Skip to content
This repository was archived by the owner on Nov 2, 2020. It is now read-only.

Commit e92133e

Browse files
committed
Do not animate the second push
1 parent 610312d commit e92133e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FBTweak/FBTweakViewController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ - (instancetype)initWithStore:(FBTweakStore *)store category:(NSString *)categor
3939
if (categoryName && (category = [store tweakCategoryWithName:categoryName])) {
4040
_FBTweakCollectionViewController *collectionViewController = [[_FBTweakCollectionViewController alloc] initWithTweakCategory:category];
4141
collectionViewController.delegate = self;
42-
[self pushViewController:collectionViewController animated:YES];
42+
[self pushViewController:collectionViewController animated:NO];
4343
}
4444
}
4545

0 commit comments

Comments
 (0)