DM list immediately fades away after open
amyipdev opened this issue · 6 comments
amyipdev commented
amyipdev commented
If I Ctrl-K into a DM then this bug does not occur.
diamondburned commented
Is there anything about this in Logs?
tfuxu commented
I've had the same issue on the latest commit. To fix that, you need to click the first DM before the fade-out animation kicks in.
I think this might be an unimplemented behavior that happens only if you login to Dissent for the first time. To fix that in code, you probably just need to fetch the first DM from the vector and select it in the ListBox.
diamondburned commented
Interesting, that's really helpful.
maxrdz commented
The fix mentioned above is also what I found out you could do to work around the bug. But yeah, also happened to me once, although it doesn't happen anymore.
diamondburned commented
0e869e2 should fix this issue.

