mirror of
https://github.com/rustdesk/rustdesk
synced 2026-04-21 13:27:19 +00:00
* flutter: improve address book pull error handling
Summary:
- Show error messages when fetching the address book list fails.
- After the initial fetch, switching back to the AB tab no longer re-fetches it, even if an error occurred or the error banner was dismissed.
Tested:
- Self-hosted server:
- normal
- 403 responses
- legacy address book mode
- Public server
- Verified that switching tabs no longer re-fetches AB after the initial fetch, regardless of whether an error occurred or the error banner was cleared.
Signed-off-by: 21pages <sunboeasy@gmail.com>
* use resp.statusCode in address book json decoding
Signed-off-by: 21pages <sunboeasy@gmail.com>
* flutter: clear address book list errors on reset
Signed-off-by: 21pages <sunboeasy@gmail.com>
* flutter: clear address book pull errors consistently
Signed-off-by: 21pages <sunboeasy@gmail.com>
---------
Signed-off-by: 21pages <sunboeasy@gmail.com>
|
||
|---|---|---|
| .. | ||
| address_book.dart | ||
| animated_rotation_widget.dart | ||
| audio_input.dart | ||
| autocomplete.dart | ||
| chat_page.dart | ||
| connection_page_title.dart | ||
| custom_password.dart | ||
| custom_scale_base.dart | ||
| dialog.dart | ||
| gestures.dart | ||
| login.dart | ||
| my_group.dart | ||
| overlay.dart | ||
| peer_card.dart | ||
| peer_tab_page.dart | ||
| peers_view.dart | ||
| remote_input.dart | ||
| setting_widgets.dart | ||
| toolbar.dart | ||