Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
grablack committed Feb 9, 2024
1 parent a01d385 commit 1d06d0a
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,7 @@ class JetpackActivity : ComponentActivity() {
fun updateMessageData() {
messageView.clientID = clientId

if (messageColor === PayPalMessageColor.WHITE) {
backgroundColor = Color.Black
} else {
backgroundColor = Color.White
}

backgroundColor = if (messageColor === PayPalMessageColor.WHITE) Color.Black else Color.White
messageView.color = messageColor
messageView.logoType = messageLogo
messageView.alignment = messageAlignment
Expand Down

0 comments on commit 1d06d0a

Please sign in to comment.