Skip to content

Commit

Permalink
remove useless param
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianDevel committed Apr 4, 2022
1 parent 1e0cca4 commit 12e807e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ class FileInfoActionsBottomSheetDialog : BottomSheetDialogFragment(), FileInfoAc
}

private fun File.showFavoritesResultSnackbar() {
showSnackbarAboveFab(getString(if (isFavorite) R.string.allFileAddFavoris else R.string.allFileDeleteFavoris, name), true)
showSnackbarAboveFab(getString(if (isFavorite) R.string.allFileAddFavoris else R.string.allFileDeleteFavoris, name))
}

private fun transmitActionAndPopBack(message: String, action: CancellableAction? = null) {
Expand Down

0 comments on commit 12e807e

Please sign in to comment.