Skip to content

Commit

Permalink
Include NavigateToTweaksOnShake on no-op lib (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamal-alm authored Oct 11, 2024
1 parent 4f89d4a commit 5ea6d9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions library/src/noop/java/com/telefonica/tweaks/Tweaks.kt
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,6 @@ fun NavGraphBuilder.addTweakGraph(

@Composable
fun NavController.navigateToTweaksOnShake() {}

@Composable
fun NavigateToTweaksOnShake(onOpenTweaks: () -> Unit) {}

0 comments on commit 5ea6d9f

Please sign in to comment.