File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
src/main/kotlin/com/simplemobiletools/filemanager/activities Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ android {
4242}
4343
4444dependencies {
45- implementation ' com.simplemobiletools:commons:5.3.9 '
45+ implementation ' com.simplemobiletools:commons:5.3.10 '
4646
4747 implementation files(' ../libs/RootTools.jar' )
4848}
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import android.view.MenuItem
1313import androidx.appcompat.widget.SearchView
1414import androidx.core.view.MenuItemCompat
1515import com.simplemobiletools.commons.dialogs.RadioGroupDialog
16+ import com.simplemobiletools.commons.dialogs.UpgradeToProDialog
1617import com.simplemobiletools.commons.extensions.*
1718import com.simplemobiletools.commons.helpers.*
1819import com.simplemobiletools.commons.models.FAQItem
@@ -56,6 +57,11 @@ class MainActivity : SimpleActivity() {
5657 checkIfRootAvailable()
5758 checkInvalidFavorites()
5859 }
60+
61+ if (! config.wasInitialUpgradeToProShown) {
62+ UpgradeToProDialog (this )
63+ config.wasInitialUpgradeToProShown = true
64+ }
5965 }
6066
6167 override fun onStop () {
You can’t perform that action at this time.
0 commit comments