We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea6d9f commit b8e57afCopy full SHA for b8e57af
library/src/enabled/java/com/telefonica/tweaks/Tweaks.kt
@@ -95,7 +95,9 @@ open class Tweaks : TweaksContract {
95
@Composable
96
fun NavController.navigateToTweaksOnShake() {
97
DetectShakeAndNavigate {
98
- navigate(TWEAKS_NAVIGATION_ENTRYPOINT)
+ navigate(TWEAKS_NAVIGATION_ENTRYPOINT) {
99
+ launchSingleTop = true
100
+ }
101
}
102
103
0 commit comments