Skip to content

Commit a9e61c0

Browse files
tevincentKevinBoulongne
authored andcommitted
Remove unecessary return
1 parent 5e615bc commit a9e61c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/infomaniak/mail/receivers/NotificationActionsReceiver.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class NotificationActionsReceiver : BroadcastReceiver() {
112112
else -> null
113113
} ?: return
114114

115-
return executeAction(context, folderRole, undoNotificationTitle, matomoValue, payload)
115+
executeAction(context, folderRole, undoNotificationTitle, matomoValue, payload)
116116
}
117117

118118
private fun executeUndoAction(payload: NotificationPayload) {

0 commit comments

Comments
 (0)