Skip to content

Commit

Permalink
Remove delay after saving when Skipping File Details
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusRodCosta committed Nov 11, 2024
1 parent 79eb3ed commit 916860b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ class DetailsActivity : ComponentActivity() {
}

if (skipFileDetails) {
delay(1.toDuration(DurationUnit.SECONDS))
finish()
}
}
Expand Down

0 comments on commit 916860b

Please sign in to comment.