Skip to content

Commit

Permalink
Download button adds spine animation to pending view upon revealing s…
Browse files Browse the repository at this point in the history
  • Loading branch information
markst committed Dec 21, 2017
1 parent a2b86fc commit 45b93a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Pod/Classes/PKDownloadButton.m
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ - (void)setState:(PKDownloadButtonState)state {
break;
case kPKDownloadButtonState_Pending:
self.pendingView.hidden = NO;
[self.pendingView startSpin];
break;
case kPKDownloadButtonState_Downloading:
self.stopDownloadButton.hidden = NO;
Expand Down

0 comments on commit 45b93a6

Please sign in to comment.