| 485 | } |
| 486 | |
| 487 | void PluginNetEventRouter::ProcessUpdateDesktop() { |
| 488 | if (context_) { |
| 489 | context_->SendAppMessage(MsgRefreshScreen{}); |
| 490 | } |
| 491 | } |
| 492 | |
| 493 | void PluginNetEventRouter::ProcessHardUpdateDesktop() { |
| 494 | auto desk_manager = app_->GetDesktopManager(); |
nothing calls this directly
no test coverage detected