updating commons

This commit is contained in:
tibbi 2022-04-10 20:10:19 +02:00
parent 72fe269b4b
commit 36beff5214
3 changed files with 3 additions and 3 deletions

View file

@ -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'

View file

@ -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}"

View file

@ -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 (