Skip to content
#

tox

Here are 464 public repositories matching this topic...

robinlinden
robinlinden commented Oct 11, 2021

This doesn't happen every time, but it can happen that some Flow<Contact> from the database returns null when you delete a contact. This results in a crash since I was counting on never getting null from them. The database should return Flow<Contact?> and most places in the code should have a .filter { it != null } step when using the flow.

This happens if you e.g. enter the chat scre

Improve this page

Add a description, image, and links to the tox topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tox topic, visit your repo's landing page and select "manage topics."

Learn more