1
0
Fork 0

For #561: Fix linting issue

master
Sawyer Blatz 2019-09-25 08:32:44 -07:00
parent c592a69aad
commit 75a25c9bd0
1 changed files with 2 additions and 0 deletions

View File

@ -25,7 +25,9 @@ internal const val UNDO_DELAY = 3000L
* @param undoActionTitle Label for the action associated with the [FenixSnackbar].
* @param onCancel A suspend block to execute in case of cancellation.
* @param operation A suspend block to execute if user doesn't cancel via the displayed [FenixSnackbar].
* @param anchorView A view to anchor the undo [FenixSnackbar] to
*/
@Suppress("LongParameterList")
fun CoroutineScope.allowUndo(
view: View,
message: String,