mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-04-24 23:18:50 +02:00
always show the Upgraded From Free dialog
This commit is contained in:
parent
266d2d5651
commit
d0dc3e85e9
@ -64,7 +64,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:1ed30fb91a'
|
implementation 'com.github.SimpleMobileTools:Simple-Commons:303493a688'
|
||||||
implementation 'com.github.tibbi:PdfViewPager:d2af24208d'
|
implementation 'com.github.tibbi:PdfViewPager:d2af24208d'
|
||||||
implementation 'com.github.Stericson:RootTools:df729dcb13'
|
implementation 'com.github.Stericson:RootTools:df729dcb13'
|
||||||
implementation 'com.github.Stericson:RootShell:1.6'
|
implementation 'com.github.Stericson:RootShell:1.6'
|
||||||
|
@ -99,9 +99,8 @@ class MainActivity : SimpleActivity() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!config.wasUpgradedFromFreeShown && isPackageInstalled("com.simplemobiletools.filemanager")) {
|
if (isPackageInstalled("com.simplemobiletools.filemanager")) {
|
||||||
ConfirmationDialog(this, "", R.string.upgraded_to_pro, R.string.ok, 0, false) {}
|
ConfirmationDialog(this, "", R.string.upgraded_to_pro, R.string.ok, 0, false) {}
|
||||||
config.wasUpgradedFromFreeShown = true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user