mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
Update app/src/main/java/org/thoughtcrime/securesms/debugmenu/DebugMenu.kt
Co-authored-by: AL-Session <160798022+AL-Session@users.noreply.github.com>
This commit is contained in:
parent
bc001e3a45
commit
909d384c10
@ -67,7 +67,7 @@ fun DebugMenu(
|
||||
onDismissRequest = { sendCommand(HideEnvironmentWarningDialog) },
|
||||
title = "Are you sure you want to switch environments?",
|
||||
text = "Changing this setting will result in all conversations and Snode data being cleared...",
|
||||
showCloseButton = false, // display the 'x' button
|
||||
showCloseButton = false, // don't display the 'x' button
|
||||
buttons = listOf(
|
||||
DialogButtonModel(
|
||||
text = GetString(R.string.cancel),
|
||||
|
Loading…
Reference in New Issue
Block a user