1.修复阿拉伯语下闭麦图标不显示问题
This commit is contained in:
@@ -599,7 +599,7 @@
|
||||
if (!_micStateImageView) {
|
||||
_micStateImageView = [[UIImageView alloc] init];
|
||||
_micStateImageView.userInteractionEnabled = YES;
|
||||
_micStateImageView.image = [UIImage imageNamed:@"room_position_mute"];
|
||||
_micStateImageView.image = [[UIImage imageNamed:@"room_position_mute"] ms_SetImageForRTL];
|
||||
_micStateImageView.hidden = YES;
|
||||
}
|
||||
return _micStateImageView;
|
||||
|
@@ -281,7 +281,6 @@ static UploadFile* manager;
|
||||
manager.operationQueue.maxConcurrentOperationCount = 20; // 控制并发数量
|
||||
dispatch_group_t requestGroup = dispatch_group_create();
|
||||
NSMutableArray *failList = [NSMutableArray array];
|
||||
|
||||
for (NSString *giftUrl in list) {
|
||||
NSString *encodingUrl = [giftUrl stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet characterSetWithCharactersInString:@"`#%^{}\"[]|\\<> "].invertedSet];
|
||||
NSString *fileName = [[encodingUrl componentsSeparatedByString:@"/"] lastObject];
|
||||
|
Reference in New Issue
Block a user