feat: restrict login2 to debug
This commit is contained in:
parent
4015513b96
commit
98f7eaab02
|
|
@ -96,7 +96,7 @@ fun LoginGreetingScreen(navController: NavController) {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLongClick = {
|
onLongClick = {
|
||||||
showBoringButton = !showBoringButton
|
if (BuildConfig.DEBUG) showBoringButton = !showBoringButton
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue