mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-02-17 04:10:39 +01:00
Simple Commons 3.3.12
This commit is contained in:
parent
fe235d8f76
commit
2b4ae38375
@ -42,7 +42,7 @@ ext {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.simplemobiletools:commons:3.2.2'
|
||||
implementation 'com.simplemobiletools:commons:3.3.12'
|
||||
|
||||
implementation files('../libs/RootTools.jar')
|
||||
|
||||
|
@ -103,8 +103,6 @@ class ItemsAdapter(activity: SimpleActivity, var fileDirItems: MutableList<FileD
|
||||
fileDrawable.alpha = 180
|
||||
}
|
||||
|
||||
private fun isOneItemSelected() = selectedPositions.size == 1
|
||||
|
||||
private fun isOneFileSelected() = isOneItemSelected() && !fileDirItems[selectedPositions.first()].isDirectory
|
||||
|
||||
private fun confirmSelection() {
|
||||
|
@ -85,7 +85,7 @@
|
||||
android:clickable="false"
|
||||
android:paddingLeft="@dimen/medium_margin"
|
||||
android:paddingStart="@dimen/medium_margin"
|
||||
android:text="@string/show_hidden"/>
|
||||
android:text="@string/show_hidden_items"/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user