Skip to content

Commit

Permalink
Fixing noop implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
gmerinojimenez committed Nov 4, 2021
1 parent c57d6b4 commit d1ddf03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/noop/java/com/gmerinojimenez/tweaks/Tweaks.kt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ class Tweaks {

fun NavGraphBuilder.addTweakGraph(
navController: NavController,
customComposableScreens: NavGraphBuilder.() -> Unit = {}
) {

}

0 comments on commit d1ddf03

Please sign in to comment.