mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
adding separate widgets per notes in the release notes
This commit is contained in:
@ -535,6 +535,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener {
|
||||
config.widgetNoteId = mCurrentNote.id
|
||||
updateWidgets()
|
||||
}
|
||||
|
||||
invalidateOptionsMenu()
|
||||
initViewPager()
|
||||
|
||||
@ -638,6 +639,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener {
|
||||
add(Release(39, R.string.release_39))
|
||||
add(Release(45, R.string.release_45))
|
||||
add(Release(49, R.string.release_49))
|
||||
add(Release(51, R.string.release_51))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user