Reformat code
This commit is contained in:
@@ -31,6 +31,7 @@ class VPNService : VpnService(), PlatformInterfaceWrapper {
|
||||
}
|
||||
return service.onBind(intent)
|
||||
}
|
||||
|
||||
override fun onDestroy() {
|
||||
service.onDestroy()
|
||||
}
|
||||
|
||||
@@ -42,6 +42,7 @@ class DashboardFragment : Fragment(R.layout.fragment_dashboard) {
|
||||
Status.Stopped -> {
|
||||
disablePager()
|
||||
}
|
||||
|
||||
Status.Started -> {
|
||||
enablePager()
|
||||
}
|
||||
@@ -49,6 +50,7 @@ class DashboardFragment : Fragment(R.layout.fragment_dashboard) {
|
||||
Status.Stopping -> {
|
||||
disablePager()
|
||||
}
|
||||
|
||||
else -> {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user