Кроссплатформенный аудит: reply-бар, файлы, аватар, blurhash — 10 фиксов Desktop/Android-parity

This commit is contained in:
2026-03-30 01:21:07 +05:00
parent 406ac421a3
commit 2b25c87a6a
11 changed files with 909 additions and 86 deletions

View File

@@ -66,13 +66,15 @@ struct CallLiveActivity: Widget {
}
}
Spacer()
ZStack {
Circle().fill(Color.red)
Image(systemName: "phone.down.fill")
.font(.system(size: 15, weight: .semibold))
.foregroundColor(.white)
Link(destination: URL(string: "rosetta://call/end")!) {
ZStack {
Circle().fill(Color.red)
Image(systemName: "phone.down.fill")
.font(.system(size: 15, weight: .semibold))
.foregroundColor(.white)
}
.frame(width: 40, height: 40)
}
.frame(width: 40, height: 40)
}
.padding(.horizontal, 20)
.padding(.vertical, 14)