avoid showing a progress toast twice at fixing date taken value

This commit is contained in:
tibbi 2022-04-10 20:23:27 +02:00
parent 3e426148dd
commit f69ba7fb32

View file

@ -450,7 +450,7 @@ fun AppCompatActivity.fixDateTaken(
callback: (() -> Unit)? = null
) {
val BATCH_SIZE = 50
if (showToasts) {
if (showToasts && !hasRescanned) {
toast(R.string.fixing)
}