Skip to content

Commit 62fec0b

Browse files
committed
Pull request griddynamics#443 from original repo
1 parent 2f572cb commit 62fec0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MMDrawerController/MMDrawerController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,11 @@ -(instancetype)initWithCenterViewController:(UIViewController *)centerViewContro
180180
}
181181

182182
-(void)commonSetup{
183+
[self setAnimationVelocity:MMDrawerDefaultAnimationVelocity];
184+
183185
[self setMaximumLeftDrawerWidth:MMDrawerDefaultWidth];
184186
[self setMaximumRightDrawerWidth:MMDrawerDefaultWidth];
185187

186-
[self setAnimationVelocity:MMDrawerDefaultAnimationVelocity];
187-
188188
[self setShowsShadow:YES];
189189
[self setShouldStretchDrawer:YES];
190190

0 commit comments

Comments
 (0)