Skip to content

Commit

Permalink
Choose class header fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hafizzle committed Jul 19, 2023
1 parent 765403b commit 7756698
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ fun AppHeaderView(
disabled = true,
modifier = Modifier.weight(1f)
)
} else if (user?.preferences?.disableClasses != true && user?.flags?.classSelected != true && isMyProfile) {
} else if (user?.preferences?.disableClasses != true && isMyProfile) {
HabiticaButton(
background = HabiticaTheme.colors.basicButtonColor(),
color = MaterialTheme.colors.onPrimary,
Expand Down

0 comments on commit 7756698

Please sign in to comment.