final 4.7.3

This commit is contained in:
Phillip Thelen 2025-03-24 15:22:22 +01:00
parent 6757c1e3be
commit 0745a3168c
3 changed files with 6 additions and 4 deletions

View file

@ -240,6 +240,10 @@ class ChallengeFormActivity : BaseActivity() {
openNewTaskActivity(it.type, it) openNewTaskActivity(it.type, it)
} }
} }
binding.createChallengeTaskList.adapter = challengeTasks
binding.createChallengeTaskList.layoutManager =
androidx.recyclerview.widget.LinearLayoutManager(this)
locationAdapter = GroupArrayAdapter(this) locationAdapter = GroupArrayAdapter(this)
if (bundle != null) { if (bundle != null) {
@ -417,9 +421,6 @@ class ChallengeFormActivity : BaseActivity() {
} }
} }
) )
binding.createChallengeTaskList.adapter = challengeTasks
binding.createChallengeTaskList.layoutManager =
androidx.recyclerview.widget.LinearLayoutManager(this)
} }
private fun fillControlsByChallenge() { private fun fillControlsByChallenge() {

View file

@ -4,3 +4,4 @@ New in 4.7.3
- Fixed some issues where the text box in chat wasn't adjusting properly - Fixed some issues where the text box in chat wasn't adjusting properly
- More support for landscape mode - More support for landscape mode
- Various other bug fixes and improvements - Various other bug fixes and improvements
- Support for future events

View file

@ -1,2 +1,2 @@
NAME=4.7.3 NAME=4.7.3
CODE=12511 CODE=12541