mirror of
				https://github.com/SimpleMobileTools/Simple-File-Manager.git
				synced 2025-06-05 22:09:15 +02:00 
			
		
		
		
	updating commons
This commit is contained in:
		@@ -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) {}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user