mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
show a warning about missing widgets if the app is installed on an sd card
This commit is contained in:
@ -99,6 +99,8 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
|
||||
if (!checkOpenIntents()) {
|
||||
updateViewPager()
|
||||
}
|
||||
|
||||
checkAppOnSDCard()
|
||||
}
|
||||
|
||||
override fun onResume() {
|
||||
|
Reference in New Issue
Block a user