Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
Signed-off-by: Saul Henriquez <[email protected]>
  • Loading branch information
saulhdev committed Jan 27, 2024
1 parent 91cdf09 commit 03b7cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/saulhdev/feeder/views/DialogMenu.kt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class DialogMenu(private val d: View) {
}

@SuppressLint("InflateParams")
fun a(
fun show(
list: List<MenuItem>,
setListViewParams: ((Pair<View, MenuListView>) -> Unit)? = null,
onClick: (MenuItem) -> Unit
Expand Down

0 comments on commit 03b7cbd

Please sign in to comment.