mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
avoid showing a progress toast twice at fixing date taken value
This commit is contained in:
@@ -450,7 +450,7 @@ fun AppCompatActivity.fixDateTaken(
|
||||
callback: (() -> Unit)? = null
|
||||
) {
|
||||
val BATCH_SIZE = 50
|
||||
if (showToasts) {
|
||||
if (showToasts && !hasRescanned) {
|
||||
toast(R.string.fixing)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user