修复bug
This commit is contained in:
@@ -140,6 +140,7 @@
|
||||
2305F3412AD94D5200AD403C /* XPMaskManagerVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 2305F33F2AD94D5200AD403C /* XPMaskManagerVC.m */; };
|
||||
2305F3442AD94E2700AD403C /* XPMaskManagerModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2305F3432AD94E2700AD403C /* XPMaskManagerModel.m */; };
|
||||
2305F3472AD94E9D00AD403C /* XPMaskManagerCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2305F3462AD94E9C00AD403C /* XPMaskManagerCell.m */; };
|
||||
23116B0B2BDB8FDC00F7F97A /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 2368ECD72BC38FED00EDF4C9 /* PrivacyInfo.xcprivacy */; };
|
||||
23194DBB2AD13EAB00649F51 /* PILoginManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 23194DBA2AD13EAB00649F51 /* PILoginManager.m */; };
|
||||
23194DCC2AD14BF000649F51 /* DDTTYLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 23194DBD2AD14BF000649F51 /* DDTTYLogger.m */; };
|
||||
23194DCD2AD14BF000649F51 /* DDASLLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 23194DC02AD14BF000649F51 /* DDASLLogger.m */; };
|
||||
@@ -10688,6 +10689,7 @@
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
23116B0B2BDB8FDC00F7F97A /* PrivacyInfo.xcprivacy in Resources */,
|
||||
E80EC88928ACD84000D133C5 /* emoj_s_normal@2x.png in Resources */,
|
||||
E80EC84628ACD84000D133C5 /* emoji_98@2x.png in Resources */,
|
||||
E80EC84728ACD84000D133C5 /* emoji_104@2x.png in Resources */,
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 11 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 21 KiB |
@@ -140,7 +140,7 @@
|
||||
self.avatarView.image = image;
|
||||
}];
|
||||
[_tagavatarView loadImageWithUrl:_roomInfo.tagPict completion:^(UIImage * _Nullable image, NSURL * _Nonnull url) {
|
||||
self.tagavatarView.image = image;
|
||||
self.tagavatarView.image = [image ms_SetImageForRTL];
|
||||
CGFloat width = kGetScaleWidth(62);
|
||||
if (image.size.height > 0){
|
||||
width = image.size.width * kGetScaleWidth(19) / image.size.height;
|
||||
|
@@ -2182,7 +2182,7 @@
|
||||
make.height.mas_equalTo(KScreenHeight);
|
||||
}];
|
||||
}
|
||||
[self.vapGiftEffectView setMute:YES];
|
||||
[self.vapGiftEffectView setMute:NO];
|
||||
[self.vapGiftEffectView playHWDMP4:videoUrl repeatCount:1 delegate:self];
|
||||
}
|
||||
} failureBlock:^(NSError * _Nullable error) {
|
||||
|
@@ -3421,7 +3421,7 @@
|
||||
"PIMessageContentServiceReplyView0"="How to Top-Up:";
|
||||
"PIMessageContentServiceReplyView1"="Copy";
|
||||
|
||||
"PIMessageContentServiceReplyView2"="1. Go to 【My】-- 【Top-Up Diamonds】 inside MoliStar Voice App to top-up";
|
||||
"PIMessageContentServiceReplyView2"="1. Go to 【My】-- 【Top-Up Coins】 inside MoliStar Voice App to top-up";
|
||||
"PIMessageContentServiceReplyView3"="2. Contact customer service to get top-up link";
|
||||
"PIMessageContentServiceReplyView4"="Customer Service WeChat: %@ ";
|
||||
"PIMessageContentServiceReplyView5"="Customer Service Line: %@ ";
|
||||
|
@@ -3080,7 +3080,7 @@
|
||||
"PIMessageContentServiceReplyView0"="如何储值:";
|
||||
"PIMessageContentServiceReplyView1"="复制";
|
||||
|
||||
"PIMessageContentServiceReplyView2"="1.在MoliStar语音App内前往【我的】-- 【储值钻\n石】进行储值";
|
||||
"PIMessageContentServiceReplyView2"="1.在MoliStar语音App内前往【我的】-- 【储值金\n币】进行储值";
|
||||
"PIMessageContentServiceReplyView3"="2.联系客服获取储值链接";
|
||||
"PIMessageContentServiceReplyView4"="客服WeChat: %@ ";
|
||||
"PIMessageContentServiceReplyView5"="客服Line:%@ ";
|
||||
|
@@ -3070,7 +3070,7 @@
|
||||
"PIMessageContentServiceReplyView0"="如何儲值:";
|
||||
"PIMessageContentServiceReplyView1"="復製";
|
||||
|
||||
"PIMessageContentServiceReplyView2"="1.在MoliStar語音App內前往【我的】-- 【儲值鉆\n石】進行儲值";
|
||||
"PIMessageContentServiceReplyView2"="1.在MoliStar語音App內前往【我的】-- 【儲值金\n幣】進行儲值";
|
||||
"PIMessageContentServiceReplyView3"="2.聯系客服獲取儲值鏈接";
|
||||
"PIMessageContentServiceReplyView4"="客服WeChat: %@ ";
|
||||
"PIMessageContentServiceReplyView5"="客服Line:%@ ";
|
||||
|
Reference in New Issue
Block a user