Skip to content

Commit

Permalink
refactor: removed an additional identation
Browse files Browse the repository at this point in the history
  • Loading branch information
joragua committed Oct 9, 2024
1 parent b93b787 commit 22aed52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ class PreviewAudioFragment : FileFragment() {

R.id.action_set_available_offline -> {
fileOperationsViewModel.performOperation(FileOperation.SetFilesAsAvailableOffline(listOf(file)))
Snackbar.make(requireView(), R.string.confirmation_set_available_offline, Snackbar.LENGTH_LONG).show()
Snackbar.make(requireView(), R.string.confirmation_set_available_offline, Snackbar.LENGTH_LONG).show()
true
}

Expand Down

0 comments on commit 22aed52

Please sign in to comment.