mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
ui: align finalize migration destructive/default button colors (#3938)
* ios: align finalize migration destructive/default button colors * android
This commit is contained in:
+2
-1
@@ -386,7 +386,8 @@ private fun MutableState<MigrationFromState>.FinishedView(chatDeletion: Boolean)
|
||||
confirmText = generalGetString(MR.strings.migrate_from_device_start_chat),
|
||||
onConfirm = {
|
||||
withLongRunningApi { startChatAndDismiss() }
|
||||
}
|
||||
},
|
||||
destructive = true
|
||||
)
|
||||
}
|
||||
) {}
|
||||
|
||||
Reference in New Issue
Block a user