Skip to content

Commit

Permalink
suppress detekt warning temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
cjimenezsanchez committed Jul 4, 2023
1 parent 7dbfba6 commit 9ebd453
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import com.architectcoders.aacboard.ui.fragments.ListDashboardsFragmentDirection
class ListDashboardsState(
private val navController: NavController
) {

@SuppressWarnings("UnusedPrivateMember")
fun onDashboardNavigateClicked(dashboardId: Int) {
val action = ListDashboardsFragmentDirections.actionListDashboardsToEditDashboard()
navController.navigate(action)
Expand Down

0 comments on commit 9ebd453

Please sign in to comment.