mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-19 12:18:59 +00:00
Choose class header fix
This commit is contained in:
parent
a46ba25d57
commit
22bf0e691a
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue