mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-16 17:55:13 +00:00
Fix translate button on boost
This commit is contained in:
parent
f09781582f
commit
c02cbde72e
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ public class StatusRowViewModel: ObservableObject {
|
|||
}
|
||||
|
||||
func getStatusLang() -> String? {
|
||||
status.language
|
||||
status.reblog?.language ?? status.language
|
||||
}
|
||||
|
||||
func translate(userLang: String) async {
|
||||
|
|
Loading…
Reference in a new issue