Skip to content

Commit 2b4ae38

Browse files
committed
Simple Commons 3.3.12
1 parent fe235d8 commit 2b4ae38

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ext {
4242
}
4343

4444
dependencies {
45-
implementation 'com.simplemobiletools:commons:3.2.2'
45+
implementation 'com.simplemobiletools:commons:3.3.12'
4646

4747
implementation files('../libs/RootTools.jar')
4848

app/src/main/kotlin/com/simplemobiletools/filemanager/adapters/ItemsAdapter.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ class ItemsAdapter(activity: SimpleActivity, var fileDirItems: MutableList<FileD
103103
fileDrawable.alpha = 180
104104
}
105105

106-
private fun isOneItemSelected() = selectedPositions.size == 1
107-
108106
private fun isOneFileSelected() = isOneItemSelected() && !fileDirItems[selectedPositions.first()].isDirectory
109107

110108
private fun confirmSelection() {

app/src/main/res/layout/activity_settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
android:clickable="false"
8686
android:paddingLeft="@dimen/medium_margin"
8787
android:paddingStart="@dimen/medium_margin"
88-
android:text="@string/show_hidden"/>
88+
android:text="@string/show_hidden_items"/>
8989

9090
</RelativeLayout>
9191

0 commit comments

Comments
 (0)