Skip to content

Commit 05256a8

Browse files
committed
Merged in madoka_igarashi/sba19aw/19AW/develop (pull request wangjwchn#43)
改行無視
2 parents 9a55af9 + b534813 commit 05256a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Share Beauty App/Controllers/Luxury/LuxuryLegendaryEnmeiViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class LuxuryLegendaryEnmeiViewController: LXBaseViewController, LXProductBLSView
3636
super.viewDidLoad()
3737

3838
LegendaryProductBtn.text = AppItemTable.getNameByItemId(itemId: 8445)
39-
LECTitle.text = AppItemTable.getNameByItemId(itemId: 8446)
39+
LECTitle.text = AppItemTable.getNameByItemId(itemId: 8446)?.replacingOccurrences(of: "\n", with: " ")
4040
LegendaryEnmeiBtn.text = AppItemTable.getNameByItemId(itemId: 8447)
4141

4242
mScrollV.delegate = self

0 commit comments

Comments
 (0)