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

Fix an issue where a buffer may appear twice in the buffer list

parent a67166b2
No related branches found
No related tags found
No related merge requests found
......@@ -510,7 +510,7 @@ class QuasselViewModel : ViewModel() {
(!config.hideInactiveBuffers()) ||
it.bufferStatus != BufferStatus.OFFLINE ||
it.info.type.hasFlag(Buffer_Type.StatusBuffer)
}
}.distinct()
)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment