mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-17 04:20:38 +01:00
updating commons
This commit is contained in:
parent
72fe269b4b
commit
36beff5214
@ -77,7 +77,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:df1feb973d'
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:6fe11460ea'
|
||||
implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0'
|
||||
implementation 'it.sephiroth.android.exif:library:1.0.1'
|
||||
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24'
|
||||
|
@ -184,7 +184,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
||||
|
||||
val primaryColor = getProperPrimaryColor()
|
||||
if (mStoredPrimaryColor != primaryColor) {
|
||||
getRecyclerAdapter()?.updatePrimaryColor(primaryColor)
|
||||
getRecyclerAdapter()?.updatePrimaryColor()
|
||||
}
|
||||
|
||||
val styleString = "${config.folderStyle}${config.showFolderMediaCount}${config.limitFolderTitle}"
|
||||
|
@ -145,7 +145,7 @@ class MediaActivity : SimpleActivity(), MediaOperationsListener {
|
||||
|
||||
val primaryColor = getProperPrimaryColor()
|
||||
if (mStoredPrimaryColor != primaryColor) {
|
||||
getMediaAdapter()?.updatePrimaryColor(primaryColor)
|
||||
getMediaAdapter()?.updatePrimaryColor()
|
||||
}
|
||||
|
||||
if (
|
||||
|
Loading…
x
Reference in New Issue
Block a user