updating commons
This commit is contained in:
parent
72fe269b4b
commit
36beff5214
3 changed files with 3 additions and 3 deletions
|
@ -77,7 +77,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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 'com.theartofdev.edmodo:android-image-cropper:2.8.0'
|
||||||
implementation 'it.sephiroth.android.exif:library:1.0.1'
|
implementation 'it.sephiroth.android.exif:library:1.0.1'
|
||||||
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24'
|
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24'
|
||||||
|
|
|
@ -184,7 +184,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
||||||
|
|
||||||
val primaryColor = getProperPrimaryColor()
|
val primaryColor = getProperPrimaryColor()
|
||||||
if (mStoredPrimaryColor != primaryColor) {
|
if (mStoredPrimaryColor != primaryColor) {
|
||||||
getRecyclerAdapter()?.updatePrimaryColor(primaryColor)
|
getRecyclerAdapter()?.updatePrimaryColor()
|
||||||
}
|
}
|
||||||
|
|
||||||
val styleString = "${config.folderStyle}${config.showFolderMediaCount}${config.limitFolderTitle}"
|
val styleString = "${config.folderStyle}${config.showFolderMediaCount}${config.limitFolderTitle}"
|
||||||
|
|
|
@ -145,7 +145,7 @@ class MediaActivity : SimpleActivity(), MediaOperationsListener {
|
||||||
|
|
||||||
val primaryColor = getProperPrimaryColor()
|
val primaryColor = getProperPrimaryColor()
|
||||||
if (mStoredPrimaryColor != primaryColor) {
|
if (mStoredPrimaryColor != primaryColor) {
|
||||||
getMediaAdapter()?.updatePrimaryColor(primaryColor)
|
getMediaAdapter()?.updatePrimaryColor()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (
|
if (
|
||||||
|
|
Loading…
Reference in a new issue