mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
show an "Upgraded from Free" dialog at first launch of the Pro app
This commit is contained in:
@ -151,6 +151,11 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
||||
|
||||
updateWidgets()
|
||||
registerFileUpdateListener()
|
||||
|
||||
if (!config.wasUpgradedFromFreeShown && isPackageInstalled("com.simplemobiletools.gallery")) {
|
||||
ConfirmationDialog(this, "", R.string.upgraded_from_free, R.string.ok, 0) {}
|
||||
config.wasUpgradedFromFreeShown = true
|
||||
}
|
||||
}
|
||||
|
||||
override fun onStart() {
|
||||
|
Reference in New Issue
Block a user