Skip to content
Snippets Groups Projects
Commit 6baf284e authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fix an issue where updates may get lost

parent 32dafe02
No related branches found
No related tags found
No related merge requests found
...@@ -173,6 +173,10 @@ class ChatListFragment : SettingsFragment() { ...@@ -173,6 +173,10 @@ class ChatListFragment : SettingsFragment() {
data.setNetworkId(networkId.selectedItemId.toInt()) data.setNetworkId(networkId.selectedItemId.toInt())
data.setMinimumActivity(minimumActivity.selectedItemId.toInt()) data.setMinimumActivity(minimumActivity.selectedItemId.toInt())
data.initSetBufferList(it.initBufferList())
data.initSetTemporarilyRemovedBuffers(it.initTemporarilyRemovedBuffers())
data.initSetRemovedBuffers(it.initRemovedBuffers())
it.requestUpdate(data.toVariantMap()) it.requestUpdate(data.toVariantMap())
true true
} ?: false } ?: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment