mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-17 02:05:13 +00:00
Always load translate
This commit is contained in:
parent
d00b66034d
commit
022b068ce8
1 changed files with 3 additions and 3 deletions
|
@ -288,11 +288,11 @@ public class StatusRowViewModel: ObservableObject {
|
|||
}
|
||||
|
||||
func translate(userLang: String) async {
|
||||
withAnimation {
|
||||
isLoadingTranslation = true
|
||||
}
|
||||
if !alwaysTranslateWithDeepl {
|
||||
do {
|
||||
withAnimation {
|
||||
isLoadingTranslation = true
|
||||
}
|
||||
// We first use instance translation API if available.
|
||||
let translation: StatusTranslation = try await client.post(endpoint: Statuses.translate(id: finalStatus.id,
|
||||
lang: userLang))
|
||||
|
|
Loading…
Reference in a new issue