mirror of
https://github.com/nextcloud/talk-android
synced 2025-08-05 11:05:10 +01:00
remove redundant logic
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
8203ca691d
commit
7fd1bc916b
@ -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