1
This commit is contained in:
@@ -273,7 +273,7 @@ typedef NS_ENUM(NSInteger, KBSkinDetailSection) {
|
||||
- (void)requestDownload {
|
||||
// if (self.isProcessingAction) { return; }
|
||||
// self.isProcessingAction = YES;
|
||||
[KBHUD show];
|
||||
|
||||
NSMutableDictionary *skin = [NSMutableDictionary dictionary];
|
||||
if (!skin[@"id"] && self.detailModel.themeId) {
|
||||
skin[@"id"] = self.detailModel.themeId;
|
||||
@@ -287,7 +287,7 @@ typedef NS_ENUM(NSInteger, KBSkinDetailSection) {
|
||||
if (self.detailModel.themePreviewImageUrl.length > 0) {
|
||||
skin[@"preview"] = self.detailModel.themePreviewImageUrl;
|
||||
}
|
||||
|
||||
[KBHUD showWithStatus:@"正在下载..."];
|
||||
[[KBSkinService shared] applySkinWithJSON:skin
|
||||
fromViewController:self
|
||||
mode:KBSkinSourceModeRemoteZip
|
||||
|
||||
Reference in New Issue
Block a user