add the check for showing the widget unavailability dialog

This commit is contained in:
tibbi 2018-07-17 16:02:57 +02:00
parent 5b89fec26f
commit 88761e6c72

View File

@ -79,6 +79,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener {
displayOpenNoteDialog() displayOpenNoteDialog()
} }
wasInit = true wasInit = true
checkAppOnSDCard()
} }
override fun onResume() { override fun onResume() {