rustdesk/flutter/lib
21pages 30a5d1e0e1
avoid call refreshCurrentUser twice at startup (#8848)
refreshCurrentUser will be called at these 2 position:

1. runMainApp or runMobileApp in main.dart
2. when connect status is ready

Both of these two happens at startup, when connect status is ready and startup time < 5 seconds, not call refreshCurrentUser

Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-07-27 09:50:06 +08:00
..
common Send clipboard keystroke, https://github.com/rustdesk/rustdesk/discussions/5451 2024-07-25 15:21:28 +08:00
desktop avoid call refreshCurrentUser twice at startup (#8848) 2024-07-27 09:50:06 +08:00
mobile refact: init values from initState to Constractor (#8817) 2024-07-25 10:45:51 +08:00
models avoid call refreshCurrentUser twice at startup (#8848) 2024-07-27 09:50:06 +08:00
native Flutter web, custom cursor (#7545) 2024-03-29 10:52:32 +08:00
plugin remove stupid group, bad implementation, buggy, and not usable 2023-06-23 17:05:48 +08:00
utils fix: macos, remove unused workaround (#8746) 2024-07-18 10:38:15 +08:00
web mobile view mode menu (#8707) 2024-07-14 15:04:35 +08:00
common.dart fix: remove getRadio todo and delete contentPadding param (#8839) 2024-07-26 10:31:01 +08:00
consts.dart buildin options and add to mobile (#8759) 2024-07-19 23:55:52 +08:00
main.dart fix: mobile actions, position (#8446) 2024-06-23 11:06:47 +08:00