rustdesk/flutter/lib
21pages 9dbb6217f7
fix pull ab twice in log (#11699)
The reason for calling `pullAb` twice is that when `pullAb` is called for the first time, `setCurrentName` is also called. In `setCurrentName`, if the current address book has not been initialized, it will also attempt to pull. Because `quiet` is false during the first call and `setCurrentName` is not `await` synchronously, the `abLoading` can prevent the two calls. However, `abLoading` depends on `quiet`, so we need to add a new variable `_abLoadingLock`.

Signed-off-by: 21pages <sunboeasy@gmail.com>
2025-05-10 21:40:55 +08:00
..
common feat, trackpad speed (#11680) 2025-05-09 15:36:45 +08:00
desktop feat, trackpad speed (#11680) 2025-05-09 15:36:45 +08:00
mobile allow use websocket (#11677) 2025-05-09 12:18:49 +08:00
models fix pull ab twice in log (#11699) 2025-05-10 21:40:55 +08:00
native fix: web, reset cursor on disconn, back to main page (#9192) 2024-08-27 23:58:04 +08:00
plugin refact: optimize, ID search peers (#10853) 2025-02-20 18:31:12 +08:00
utils view camera (#11040) 2025-03-10 21:06:53 +08:00
web allow use websocket (#11677) 2025-05-09 12:18:49 +08:00
common.dart feat, update, win, macos (#11618) 2025-05-04 07:32:47 +08:00
consts.dart feat, trackpad speed (#11680) 2025-05-09 15:36:45 +08:00
main.dart view camera (#11040) 2025-03-10 21:06:53 +08:00