Merge pull request #5197 from nextcloud/bugfix/4902/ReadTypingStatus

Read status/Typing status setting is misconfigured
This commit is contained in:
Sowjanya Kota 2025-07-28 19:20:31 +02:00 committed by GitHub
commit a28f30c885
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1410,10 +1410,6 @@ class SettingsActivity :
json.toRequestBody("application/json".toMediaTypeOrNull()) json.toRequestBody("application/json".toMediaTypeOrNull())
) )
} }
withContext(Dispatchers.Main) {
loadCapabilitiesAndUpdateSettings()
Log.i(TAG, "typing status set")
}
} catch (e: Exception) { } catch (e: Exception) {
withContext(Dispatchers.Main) { withContext(Dispatchers.Main) {
appPreferences.typingStatus = !newBoolean appPreferences.typingStatus = !newBoolean