show a warning about missing widgets if the app is installed on an sd card

This commit is contained in:
tibbi
2018-08-09 15:12:50 +02:00
parent 34d05eb6f6
commit 81c9e82039

View File

@ -99,6 +99,8 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
if (!checkOpenIntents()) {
updateViewPager()
}
checkAppOnSDCard()
}
override fun onResume() {