We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f89d4a commit 5ea6d9fCopy full SHA for 5ea6d9f
library/src/noop/java/com/telefonica/tweaks/Tweaks.kt
@@ -79,3 +79,6 @@ fun NavGraphBuilder.addTweakGraph(
79
80
@Composable
81
fun NavController.navigateToTweaksOnShake() {}
82
+
83
+@Composable
84
+fun NavigateToTweaksOnShake(onOpenTweaks: () -> Unit) {}
0 commit comments