Skip to content

Commit 5ea6d9f

Browse files
authored
Include NavigateToTweaksOnShake on no-op lib (#45)
1 parent 4f89d4a commit 5ea6d9f

File tree

1 file changed

+3
-0
lines changed
  • library/src/noop/java/com/telefonica/tweaks

1 file changed

+3
-0
lines changed

library/src/noop/java/com/telefonica/tweaks/Tweaks.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,6 @@ fun NavGraphBuilder.addTweakGraph(
7979

8080
@Composable
8181
fun NavController.navigateToTweaksOnShake() {}
82+
83+
@Composable
84+
fun NavigateToTweaksOnShake(onOpenTweaks: () -> Unit) {}

0 commit comments

Comments
 (0)