mirror of
https://github.com/stoatchat/for-android.git
synced 2026-07-20 01:25:06 -04:00
feat: restrict login2 to debug
This commit is contained in:
@@ -96,7 +96,7 @@ fun LoginGreetingScreen(navController: NavController) {
|
||||
}
|
||||
},
|
||||
onLongClick = {
|
||||
showBoringButton = !showBoringButton
|
||||
if (BuildConfig.DEBUG) showBoringButton = !showBoringButton
|
||||
}
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user