mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-03 20:07:38 +03:00
Rename service.Sleep()
to Pause()
This commit is contained in:
parent
3224f56f89
commit
4e4b01b7b9
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ class BoxService(
|
|||
@RequiresApi(Build.VERSION_CODES.M)
|
||||
private fun serviceUpdateIdleMode() {
|
||||
if (Application.powerManager.isDeviceIdleMode) {
|
||||
boxService?.sleep()
|
||||
boxService?.pause()
|
||||
} else {
|
||||
boxService?.wake()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue