Skip to content

Commit

Permalink
Make this interface functional or replace it with a function type.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Jun 4, 2024
1 parent de8f8e1 commit 9f261b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ package com.infomaniak.mail.ui.main.settings

import androidx.annotation.IdRes

interface OnCheckListener {
fun interface OnCheckListener {
fun onChecked(@IdRes viewId: Int)
}

0 comments on commit 9f261b1

Please sign in to comment.