Skip to content

Commit d0dc3e8

Browse files
committed
always show the Upgraded From Free dialog
1 parent 266d2d5 commit d0dc3e8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ android {
6464
}
6565

6666
dependencies {
67-
implementation 'com.github.SimpleMobileTools:Simple-Commons:1ed30fb91a'
67+
implementation 'com.github.SimpleMobileTools:Simple-Commons:303493a688'
6868
implementation 'com.github.tibbi:PdfViewPager:d2af24208d'
6969
implementation 'com.github.Stericson:RootTools:df729dcb13'
7070
implementation 'com.github.Stericson:RootShell:1.6'

app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/MainActivity.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,8 @@ class MainActivity : SimpleActivity() {
9999
}
100100
}
101101

102-
if (!config.wasUpgradedFromFreeShown && isPackageInstalled("com.simplemobiletools.filemanager")) {
102+
if (isPackageInstalled("com.simplemobiletools.filemanager")) {
103103
ConfirmationDialog(this, "", R.string.upgraded_to_pro, R.string.ok, 0, false) {}
104-
config.wasUpgradedFromFreeShown = true
105104
}
106105
}
107106

0 commit comments

Comments
 (0)