This repository has been archived on 2025-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
OpenContacts/lib/widgets/messages
Nutcake 7ff98649e9 Fix unchecked use of BuildContext after await
When using the BuildContext after an asynchronus gap (like when using
await), you always need to check if the context is still mounted before
using it to retrieve objects from the widget tree like with
`ScaffoldMessenger.of(context)`.

Additionally you don't need to use
`.then((value) {})` on a future, if that future is already awaited, you
can simply put any following statements on a new line for better
readability of program flow.
2023-11-11 10:20:55 +01:00
..
camera_image_view.dart Fix some auth and attachment issues 2023-05-25 15:50:38 +02:00
message_asset.dart Replace all text references with new ReCon branding 2023-10-03 19:00:59 +02:00
message_attachment_list.dart Fix visual issues with bottom navigation bar 2023-10-10 10:57:14 +02:00
message_audio_player.dart Replace all text references with new ReCon branding 2023-10-03 19:00:59 +02:00
message_bubble.dart Replace all text references with new ReCon branding 2023-10-03 19:00:59 +02:00
message_input_bar.dart Explicitly disable non functional features 2023-10-10 11:07:54 +02:00
message_session_invite.dart Replace all text references with new ReCon branding 2023-10-03 19:00:59 +02:00
message_state_indicator.dart Replace all text references with new ReCon branding 2023-10-03 19:00:59 +02:00
message_text.dart Fix unchecked use of BuildContext after await 2023-11-11 10:20:55 +01:00
messages_list.dart Improve user session status tracking 2023-10-10 09:53:34 +02:00
messages_session_header.dart Replace all text references with new ReCon branding 2023-10-03 19:00:59 +02:00