Skip to content

Commit 39d50df

Browse files
committed
Fix #59 showSuccessWithStatus: layout is buggy when overlapped with UINotification registrar alert view
1 parent 3b43be7 commit 39d50df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

KVNProgress/Classes/KVNProgress.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ - (void)registerForNotifications {
154154
- (void)applicationDidBecomeActive
155155
{
156156
if (self.state == KVNProgressStateShowed
157+
&& self.style == KVNProgressStyleProgress
157158
&& self.progress == KVNProgressIndeterminate) {
158159
// Re-starts the infinite animation
159160
[self animateCircleWithInfiniteLoop];

0 commit comments

Comments
 (0)