OpenContacts/lib/widgets
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
..
friends Fix online status not getting set correctly 2023-10-12 18:01:15 +02:00
inventory Fix inventory object tile selection highlight 2023-11-01 15:45:07 +01:00
messages Fix unchecked use of BuildContext after await 2023-11-11 10:20:55 +01:00
sessions Fix visual issues with bottom navigation bar 2023-10-10 10:57:14 +02:00
default_error_widget.dart Fix personal profile failing to load if no storage sources are available 2023-05-17 08:10:52 +02:00
formatted_text.dart Replace all text references with new ReCon branding 2023-10-03 19:00:59 +02:00
generic_avatar.dart Improve light-mode support 2023-05-25 19:30:15 +02:00
homepage.dart Replace all text references with new ReCon branding 2023-10-03 19:00:59 +02:00
login_screen.dart Replace all text references with new ReCon branding 2023-10-03 19:00:59 +02:00
my_profile_dialog.dart Fix user storage indicator 2023-10-10 10:33:51 +02:00
panorama.dart Add panorama session preview 2023-07-11 19:55:08 +02:00
settings_app_bar.dart Fix visual issues with bottom navigation bar 2023-10-10 10:57:14 +02:00
settings_page.dart Replace all text references with new ReCon branding 2023-10-03 19:00:59 +02:00
update_notifier.dart Replace all text references with new ReCon branding 2023-10-03 19:00:59 +02:00