updating commons

This commit is contained in:
tibbi 2022-10-29 15:59:15 +02:00
parent a47561246a
commit 6cc9897c99
2 changed files with 1 additions and 2 deletions

View File

@ -63,7 +63,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:449f554c76'
implementation 'com.github.SimpleMobileTools:Simple-Commons:65cfdf3725'
implementation 'androidx.documentfile:documentfile:1.0.1'
implementation "androidx.exifinterface:exifinterface:1.3.5"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1"

View File

@ -425,7 +425,6 @@ class MainActivity : SimpleActivity(), PhotoProcessor.MediaSavedListener, Camera
}
}
private fun selectFlashMode(flashMode: Int) {
closeOptions()
mPreview?.setFlashlightState(flashMode)