mirror of
https://github.com/nextcloud/talk-android
synced 2025-08-04 02:25:04 +01:00
Merge pull request #5197 from nextcloud/bugfix/4902/ReadTypingStatus
Read status/Typing status setting is misconfigured
This commit is contained in:
commit
a28f30c885
@ -1410,10 +1410,6 @@ class SettingsActivity :
|
||||
json.toRequestBody("application/json".toMediaTypeOrNull())
|
||||
)
|
||||
}
|
||||
withContext(Dispatchers.Main) {
|
||||
loadCapabilitiesAndUpdateSettings()
|
||||
Log.i(TAG, "typing status set")
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
withContext(Dispatchers.Main) {
|
||||
appPreferences.typingStatus = !newBoolean
|
||||
|
Loading…
Reference in New Issue
Block a user