updating commons
This commit is contained in:
parent
510517a43a
commit
3d6a4ae5cc
2 changed files with 2 additions and 3 deletions
|
@ -64,7 +64,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:303493a688'
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:dfe84c0ee2'
|
||||
implementation 'com.github.tibbi:PdfViewPager:d2af24208d'
|
||||
implementation 'com.github.Stericson:RootTools:df729dcb13'
|
||||
implementation 'com.github.Stericson:RootShell:1.6'
|
||||
|
|
|
@ -100,7 +100,7 @@ class MainActivity : SimpleActivity() {
|
|||
}
|
||||
|
||||
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() {
|
||||
main_view_pager.adapter = ViewPagerAdapter(this, mTabsToShow)
|
||||
main_view_pager.offscreenPageLimit = 2
|
||||
|
||||
main_view_pager.addOnPageChangeListener(object : ViewPager.OnPageChangeListener {
|
||||
override fun onPageScrollStateChanged(state: Int) {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue