mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
update changelog & change the position of notes in changelog
This commit is contained in:
parent
de9432404e
commit
c0cc03b5fd
2 changed files with 5 additions and 1 deletions
|
|
@ -22,6 +22,10 @@
|
|||
"type": "N",
|
||||
"title": "FAB now hides on scroll"
|
||||
},
|
||||
{
|
||||
"type": "N",
|
||||
"title": "dailies & todos are now easier to tap"
|
||||
},
|
||||
{
|
||||
"type": "F",
|
||||
"title": "Quest-Text can now display the HTML correctly"
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@ public class AboutActivity extends AppCompatActivity {
|
|||
.setColorRes(R.color.changelog_note)
|
||||
.setTitleSingular("Note")
|
||||
.setTitlePlural("Notes")
|
||||
.setSortOrder(0)
|
||||
.setSortOrder(3)
|
||||
.build());
|
||||
|
||||
return builder.buildFragment();
|
||||
|
|
|
|||
Loading…
Reference in a new issue