Skip to content

Commit 6fb08e2

Browse files
committed
updating commons
1 parent c9adb34 commit 6fb08e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ android {
5757
}
5858

5959
dependencies {
60-
implementation 'com.github.SimpleMobileTools:Simple-Commons:3b96b27e70'
60+
implementation 'com.github.SimpleMobileTools:Simple-Commons:2394310c39'
6161
implementation 'com.github.Stericson:RootTools:df729dcb13'
6262
implementation 'com.github.Stericson:RootShell:1.6'
6363
implementation 'com.alexvasilkov:gesture-views:2.5.2'

app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/MimeTypesActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class MimeTypesActivity : SimpleActivity(), ItemOperationsListener {
6363
}
6464

6565
val adjustedPrimaryColor = getAdjustedPrimaryColor()
66-
mimetypes_fastscroller.updateColors(adjustedPrimaryColor, adjustedPrimaryColor.getContrastColor())
66+
mimetypes_fastscroller.updateColors(adjustedPrimaryColor)
6767
}
6868

6969
override fun onCreateOptionsMenu(menu: Menu): Boolean {

app/src/main/kotlin/com/simplemobiletools/filemanager/pro/fragments/ItemsFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class ItemsFragment(context: Context, attributeSet: AttributeSet) : MyViewPagerF
5959
initDrawables()
6060
}
6161

62-
items_fastscroller.updateColors(primaryColor, primaryColor.getContrastColor())
62+
items_fastscroller.updateColors(primaryColor)
6363

6464
if (currentPath != "") {
6565
breadcrumbs.updateColor(textColor)

0 commit comments

Comments
 (0)