feat: Enhance OtherProfileScreen with keyboard management and dialog deletion; expose myPublicKey in ChatViewModel
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user