show the No Date Takens found error message only in some cases
This commit is contained in:
parent
413ced9b87
commit
f7735df137
|
@ -454,7 +454,10 @@ fun Activity.fixDateTaken(paths: ArrayList<String>, showToasts: Boolean, hasResc
|
|||
}
|
||||
|
||||
if (!didUpdateFile) {
|
||||
if (showToasts) {
|
||||
toast(R.string.no_date_takens_found)
|
||||
}
|
||||
|
||||
runOnUiThread {
|
||||
callback?.invoke()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue