It seems to have something to do with viewDidEndLiveResize:
for (MMAttachedTabBarButton *aButton in [self attachedButtons]) {
[[aButton indicator] startAnimation:self];
}
[self _checkWindowFrame];
[self update:NO];
}
If you comment out [[aButton indicator] startAnimation:self]; then it no longer freezes.
It seems to have something to do with viewDidEndLiveResize:
If you comment out
[[aButton indicator] startAnimation:self];then it no longer freezes.