We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
showSuccessWithStatus:
1 parent 3b43be7 commit 39d50dfCopy full SHA for 39d50df
1 file changed
KVNProgress/Classes/KVNProgress.m
@@ -154,6 +154,7 @@ - (void)registerForNotifications {
154
- (void)applicationDidBecomeActive
155
{
156
if (self.state == KVNProgressStateShowed
157
+ && self.style == KVNProgressStyleProgress
158
&& self.progress == KVNProgressIndeterminate) {
159
// Re-starts the infinite animation
160
[self animateCircleWithInfiniteLoop];
0 commit comments