mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 10:05:15 +00:00
Merge branch 'feature/debug-menu' of https://github.com/oxen-io/session-android into feature/debug-menu
This commit is contained in:
commit
30c94387d5
@ -67,7 +67,7 @@ fun DebugMenu(
|
|||||||
onDismissRequest = { sendCommand(HideEnvironmentWarningDialog) },
|
onDismissRequest = { sendCommand(HideEnvironmentWarningDialog) },
|
||||||
title = "Are you sure you want to switch environments?",
|
title = "Are you sure you want to switch environments?",
|
||||||
text = "Changing this setting will result in all conversations and Snode data being cleared...",
|
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(
|
buttons = listOf(
|
||||||
DialogButtonModel(
|
DialogButtonModel(
|
||||||
text = GetString(R.string.cancel),
|
text = GetString(R.string.cancel),
|
||||||
|
Loading…
Reference in New Issue
Block a user