Skip to content

Commit

Permalink
fix oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianDevel committed Apr 5, 2022
1 parent 3fe4d79 commit 6a1c47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/infomaniak/drive/utils/Extensions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ fun Fragment.showSnackbar(
actionButtonTitle: Int = R.string.buttonCancel,
onActionClicked: (() -> Unit)? = null
) {
showSnackbar(titleId, showAboveFab, actionButtonTitle, onActionClicked)
showSnackbar(getString(titleId), showAboveFab, actionButtonTitle, onActionClicked)
}

fun Fragment.showSnackbar(
Expand Down

0 comments on commit 6a1c47f

Please sign in to comment.