Skip to content

Commit

Permalink
Fix as per MiMo42#63
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Mitchell committed Mar 23, 2020
1 parent de5cef2 commit 4803c06
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions MMTabBarView/MMTabBarView/MMTabBarView.m
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,6 @@ - (void)viewWillStartLiveResize {
}

-(void)viewDidEndLiveResize {
for (MMAttachedTabBarButton *aButton in [self attachedButtons]) {
[[aButton indicator] startAnimation:self];
}

[self _checkWindowFrame];
[self update:NO];
}
Expand Down

0 comments on commit 4803c06

Please sign in to comment.