correcting the placement of WhatsNew item

This commit is contained in:
tibbi 2019-07-25 11:31:57 +02:00
parent 1666e8646d
commit ec58fa44c0

View file

@ -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)
}
}