Чат: вертикальное центрирование bubble вложений, tap-to-download аватар и мгновенный показ call-attachment

This commit is contained in:
2026-03-29 15:29:13 +05:00
parent 6e927f8871
commit 3b26176875
218 changed files with 14952 additions and 237 deletions

View File

@@ -0,0 +1,10 @@
import ActivityKit
import SwiftUI
import WidgetKit
@main
struct RosettaLiveActivityWidgetBundle: WidgetBundle {
var body: some Widget {
CallLiveActivity()
}
}