mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-20 04:39:04 +00:00
Fix bundle key
This commit is contained in:
parent
eb80173c0b
commit
2b44b249a8
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ open class GroupViewModel @Inject constructor(
|
|||
group.value, bundle?.getString("name"),
|
||||
bundle?.getString("description"),
|
||||
bundle?.getString("leader"),
|
||||
bundle?.getBoolean("leaderCreateChallenge")
|
||||
bundle?.getBoolean("leaderOnlyChallenges")
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue