save unsent message when chat activity is interrupted and recover it
when user resumes the activity
This commit is contained in:
@@ -634,6 +634,7 @@ class BaresipService: Service() {
|
||||
var history = ArrayList<CallHistory>()
|
||||
var messages = ArrayList<Message>()
|
||||
var contacts = ArrayList<Contact>()
|
||||
var chatTexts: MutableMap<String, String> = mutableMapOf<String, String>()
|
||||
|
||||
var audioFocused = false
|
||||
var audioFocusRequest: AudioFocusRequest? = null
|
||||
|
||||
Reference in New Issue
Block a user