platform: Also reset connections on wake

This commit is contained in:
世界
2023-10-10 15:08:18 +08:00
parent e782d21806
commit 01ba4668b6
+1
View File
@@ -80,6 +80,7 @@ func (s *BoxService) Sleep() {
func (s *BoxService) Wake() {
s.pauseManager.DeviceWake()
_ = s.instance.Router().ResetNetwork()
}
var _ platform.Interface = (*platformInterfaceWrapper)(nil)