mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-05 12:57:38 +03:00
Reformat code
This commit is contained in:
parent
d5b1ff5051
commit
f6b3fd9907
3 changed files with 10 additions and 7 deletions
|
@ -31,6 +31,7 @@ class VPNService : VpnService(), PlatformInterfaceWrapper {
|
||||||
}
|
}
|
||||||
return service.onBind(intent)
|
return service.onBind(intent)
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onDestroy() {
|
override fun onDestroy() {
|
||||||
service.onDestroy()
|
service.onDestroy()
|
||||||
}
|
}
|
||||||
|
|
|
@ -42,6 +42,7 @@ class DashboardFragment : Fragment(R.layout.fragment_dashboard) {
|
||||||
Status.Stopped -> {
|
Status.Stopped -> {
|
||||||
disablePager()
|
disablePager()
|
||||||
}
|
}
|
||||||
|
|
||||||
Status.Started -> {
|
Status.Started -> {
|
||||||
enablePager()
|
enablePager()
|
||||||
}
|
}
|
||||||
|
@ -49,6 +50,7 @@ class DashboardFragment : Fragment(R.layout.fragment_dashboard) {
|
||||||
Status.Stopping -> {
|
Status.Stopping -> {
|
||||||
disablePager()
|
disablePager()
|
||||||
}
|
}
|
||||||
|
|
||||||
else -> {}
|
else -> {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue