Skip to content

Commit

Permalink
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ android {

val versionMajor = 1
val versionMinor = 1
val versionPatch = 4
val versionPatch = 5
val versionBuild = 0

defaultConfig {
Original file line number Diff line number Diff line change
@@ -131,7 +131,9 @@ class WireGuardConnectivityWatcherService : ForegroundService() {
if(!settings.isNullOrEmpty()) {
setting = settings[0]
}
watchForWifiConnectivityChanges()
GlobalScope.launch {
watchForWifiConnectivityChanges()
}
if(setting.isTunnelOnMobileDataEnabled) {
GlobalScope.launch {
watchForMobileDataConnectivityChanges()

0 comments on commit 4b75381

Please sign in to comment.