avoid showing a progress toast twice at fixing date taken value
This commit is contained in:
parent
3e426148dd
commit
f69ba7fb32
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ fun AppCompatActivity.fixDateTaken(
|
||||||
callback: (() -> Unit)? = null
|
callback: (() -> Unit)? = null
|
||||||
) {
|
) {
|
||||||
val BATCH_SIZE = 50
|
val BATCH_SIZE = 50
|
||||||
if (showToasts) {
|
if (showToasts && !hasRescanned) {
|
||||||
toast(R.string.fixing)
|
toast(R.string.fixing)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue