File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/kotlin/com/simplemobiletools/filemanager/pro/activities Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ android {
6464}
6565
6666dependencies {
67- implementation ' com.github.SimpleMobileTools:Simple-Commons:e79c9bba93 '
67+ implementation ' com.github.SimpleMobileTools:Simple-Commons:4cfef38454 '
6868 implementation ' com.github.tibbi:AndroidPdfViewer:da57ff410e'
6969 implementation ' com.github.Stericson:RootTools:df729dcb13'
7070 implementation ' com.github.Stericson:RootShell:1.6'
Original file line number Diff line number Diff line change @@ -458,8 +458,8 @@ class MainActivity : SimpleActivity() {
458458 private fun getTabLabel (position : Int ): String {
459459 val stringId = when (position) {
460460 0 -> R .string.files_tab
461- 1 -> R .string.recent_files_tab
462- else -> R .string.storage_analysis
461+ 1 -> R .string.recents
462+ else -> R .string.storage
463463 }
464464
465465 return resources.getString(stringId)
You can’t perform that action at this time.
0 commit comments