mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-09 23:11:52 +00:00
remove debug
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ import dev.icerock.moko.resources.StringResource
|
||||
@Composable
|
||||
fun ModalData.WhatsNewView(showWhatsNew: MutableState<Boolean> = mutableStateOf(true), updatedConditions: Boolean = false, viaSettings: Boolean = false, close: () -> Unit) {
|
||||
val currentVersion = remember { mutableStateOf(versionDescriptions.lastIndex) }
|
||||
val showUpdatedConditions = remember { stateGetOrPut("updatedConditions") { true } }
|
||||
val showUpdatedConditions = remember { stateGetOrPut("updatedConditions") { updatedConditions } }
|
||||
val rhId = chatModel.remoteHostId()
|
||||
|
||||
if (showUpdatedConditions.value) {
|
||||
|
||||
Reference in New Issue
Block a user