Skip to content

Commit

Permalink
Adding noop
Browse files Browse the repository at this point in the history
  • Loading branch information
gmerinojimenez committed Nov 5, 2021
1 parent 5b659fc commit efd4624
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions library/src/noop/java/com/gmerinojimenez/tweaks/Tweaks.kt
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@ fun NavGraphBuilder.addTweakGraph(
customComposableScreens: NavGraphBuilder.() -> Unit = {}
) {
}

@Composable
fun NavController.navigateToTweaksOnShake() {
}

0 comments on commit efd4624

Please sign in to comment.