Skip to content

Commit 3d6a4ae

Browse files
committed
updating commons
1 parent 510517a commit 3d6a4ae

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:303493a688'
67+
implementation 'com.github.SimpleMobileTools:Simple-Commons:dfe84c0ee2'
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
@@ -100,7 +100,7 @@ class MainActivity : SimpleActivity() {
100100
}
101101

102102
if (isPackageInstalled("com.simplemobiletools.filemanager")) {
103-
ConfirmationDialog(this, "", R.string.upgraded_to_pro, R.string.ok, 0, false) {}
103+
ConfirmationDialog(this, "", R.string.upgraded_from_free, R.string.ok, 0, false) {}
104104
}
105105
}
106106

@@ -399,7 +399,6 @@ class MainActivity : SimpleActivity() {
399399
private fun initFragments() {
400400
main_view_pager.adapter = ViewPagerAdapter(this, mTabsToShow)
401401
main_view_pager.offscreenPageLimit = 2
402-
403402
main_view_pager.addOnPageChangeListener(object : ViewPager.OnPageChangeListener {
404403
override fun onPageScrollStateChanged(state: Int) {}
405404

0 commit comments

Comments
 (0)