updating commons
This commit is contained in:
parent
a47561246a
commit
6cc9897c99
|
@ -63,7 +63,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:449f554c76'
|
implementation 'com.github.SimpleMobileTools:Simple-Commons:65cfdf3725'
|
||||||
implementation 'androidx.documentfile:documentfile:1.0.1'
|
implementation 'androidx.documentfile:documentfile:1.0.1'
|
||||||
implementation "androidx.exifinterface:exifinterface:1.3.5"
|
implementation "androidx.exifinterface:exifinterface:1.3.5"
|
||||||
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1"
|
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1"
|
||||||
|
|
|
@ -425,7 +425,6 @@ class MainActivity : SimpleActivity(), PhotoProcessor.MediaSavedListener, Camera
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private fun selectFlashMode(flashMode: Int) {
|
private fun selectFlashMode(flashMode: Int) {
|
||||||
closeOptions()
|
closeOptions()
|
||||||
mPreview?.setFlashlightState(flashMode)
|
mPreview?.setFlashlightState(flashMode)
|
||||||
|
|
Loading…
Reference in New Issue