Skip to content

Commit

Permalink
Update WordPress/src/main/java/org/wordpress/android/ui/notifications…
Browse files Browse the repository at this point in the history
…/NotificationsListViewModel.kt


Fixes detekt issue
  • Loading branch information
Antonis Lilis authored Feb 15, 2024
1 parent 70bb7ba commit 9ca2497
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class NotificationsListViewModel @Inject constructor(
data class SharePostButtonTapped(val notification: PostNotification): InlineActionEvent()

companion object {
val KEY_INLINE_ACTION = "inline_action"
const val KEY_INLINE_ACTION = "inline_action"
}
}
}

0 comments on commit 9ca2497

Please sign in to comment.