Skip to content

Commit

Permalink
Fix Xtream Account Info Trial mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyroid committed Jun 1, 2024
1 parent bf29928 commit b9c093b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ internal fun XtreamPanel(
TextBadge(
text = userInfo.status.orEmpty()
)
if (userInfo.isTrial == "0") {
if (userInfo.isTrial == "1") {
TextBadge(
text = "Trial",
color = MaterialTheme.colorScheme.tertiary
Expand Down

0 comments on commit b9c093b

Please sign in to comment.