Skip to content

Commit

Permalink
T16270694. The Storage value in MyAccount is being empty when switchi…
Browse files Browse the repository at this point in the history
…ng between appearance modes

(cherry picked from commit 16c24f6)
  • Loading branch information
rgmez authored and gmagpayo committed May 21, 2024
1 parent 4fd15fd commit e8050de
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ extension MyAccountHallTableViewCell {
promoView?.isHidden = true
}

if let detailText = data.detailText, detailLabel != nil {
detailLabel.text = detailText
}
detailLabel?.text = data.detailText ?? ""

if let storageText = data.storageText, storageLabel != nil {
storageLabel.text = storageText
Expand Down Expand Up @@ -87,7 +85,6 @@ extension MyAccountHallTableViewCell {
}

if detailLabel != nil {
detailLabel.text = ""
detailLabel.textColor = UIColor.mnz_secondaryLabelTextColor()
}

Expand Down

0 comments on commit e8050de

Please sign in to comment.