mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
final 4.7.3
This commit is contained in:
parent
6757c1e3be
commit
0745a3168c
3 changed files with 6 additions and 4 deletions
|
|
@ -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() {
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
NAME=4.7.3
|
NAME=4.7.3
|
||||||
CODE=12511
|
CODE=12541
|
||||||
Loading…
Reference in a new issue