mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-13 17:51:57 +00:00
Merge pull request #1987 from Hafizzle/Fiz/party-leader-only-challenge-fix
Fix "Only leaders can create challenges" toggle
This commit is contained in:
commit
66c1e9ee00
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ open class GroupViewModel @Inject constructor(
|
||||||
group.value, bundle?.getString("name"),
|
group.value, bundle?.getString("name"),
|
||||||
bundle?.getString("description"),
|
bundle?.getString("description"),
|
||||||
bundle?.getString("leader"),
|
bundle?.getString("leader"),
|
||||||
bundle?.getBoolean("leaderCreateChallenge")
|
bundle?.getBoolean("leaderOnlyChallenges")
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue