feat: Enhance OtherProfileScreen with keyboard management and dialog deletion; expose myPublicKey in ChatViewModel

This commit is contained in:
2026-01-26 19:34:51 +05:00
parent b5d0c2915f
commit 6b232006b0
2 changed files with 36 additions and 4 deletions

View File

@@ -78,7 +78,8 @@ class ChatViewModel(application: Application) : AndroidViewModel(application) {
// Текущий диалог
private var opponentKey: String? = null
private var myPublicKey: String? = null
var myPublicKey: String? = null // 🔥 Публичный доступ для OtherProfileScreen
private set
private var myPrivateKey: String? = null
// UI State