diff --git a/app/build.gradle b/app/build.gradle index c3c1d199..2fe5b50a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,7 +64,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:e79c9bba93' + implementation 'com.github.SimpleMobileTools:Simple-Commons:4cfef38454' implementation 'com.github.tibbi:AndroidPdfViewer:da57ff410e' implementation 'com.github.Stericson:RootTools:df729dcb13' implementation 'com.github.Stericson:RootShell:1.6' diff --git a/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/MainActivity.kt b/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/MainActivity.kt index c66eee2a..801884f3 100644 --- a/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/MainActivity.kt @@ -458,8 +458,8 @@ class MainActivity : SimpleActivity() { private fun getTabLabel(position: Int): String { val stringId = when (position) { 0 -> R.string.files_tab - 1 -> R.string.recent_files_tab - else -> R.string.storage_analysis + 1 -> R.string.recents + else -> R.string.storage } return resources.getString(stringId)