mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-02-01 02:57:04 +01:00
updating commons
This commit is contained in:
parent
510517a43a
commit
3d6a4ae5cc
@ -64,7 +64,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:303493a688'
|
implementation 'com.github.SimpleMobileTools:Simple-Commons:dfe84c0ee2'
|
||||||
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'
|
||||||
|
@ -100,7 +100,7 @@ class MainActivity : SimpleActivity() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (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_from_free, R.string.ok, 0, false) {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -399,7 +399,6 @@ class MainActivity : SimpleActivity() {
|
|||||||
private fun initFragments() {
|
private fun initFragments() {
|
||||||
main_view_pager.adapter = ViewPagerAdapter(this, mTabsToShow)
|
main_view_pager.adapter = ViewPagerAdapter(this, mTabsToShow)
|
||||||
main_view_pager.offscreenPageLimit = 2
|
main_view_pager.offscreenPageLimit = 2
|
||||||
|
|
||||||
main_view_pager.addOnPageChangeListener(object : ViewPager.OnPageChangeListener {
|
main_view_pager.addOnPageChangeListener(object : ViewPager.OnPageChangeListener {
|
||||||
override fun onPageScrollStateChanged(state: Int) {}
|
override fun onPageScrollStateChanged(state: Int) {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user