mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-19 18:21:45 +02:00
Fixes crash on dont translate from
This commit is contained in:
@@ -215,10 +215,8 @@ private fun TranslationMessage(
|
||||
}
|
||||
},
|
||||
onClick = {
|
||||
scope.launch(Dispatchers.IO) {
|
||||
accountViewModel.account.toggleDontTranslateFrom(source)
|
||||
langSettingsPopupExpanded = false
|
||||
}
|
||||
accountViewModel.toggleDontTranslateFrom(source)
|
||||
langSettingsPopupExpanded = false
|
||||
},
|
||||
)
|
||||
HorizontalDivider(thickness = DividerThickness)
|
||||
|
Reference in New Issue
Block a user