correcting the placement of WhatsNew item
This commit is contained in:
parent
1666e8646d
commit
ec58fa44c0
1 changed files with 1 additions and 1 deletions
|
@ -761,11 +761,11 @@ class MainActivity : SimpleActivity(), SongListListener {
|
|||
|
||||
private fun checkWhatsNewDialog() {
|
||||
arrayListOf<Release>().apply {
|
||||
add(Release(59, R.string.release_59))
|
||||
add(Release(25, R.string.release_25))
|
||||
add(Release(27, R.string.release_27))
|
||||
add(Release(28, R.string.release_28))
|
||||
add(Release(37, R.string.release_37))
|
||||
add(Release(59, R.string.release_59))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue