Skip to content

Commit bfecbf7

Browse files
committed
Uncomment code
1 parent ef1ca78 commit bfecbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/io/homeassistant/companion/android/onboarding/locationforsecureconnection/LocationForSecureConnectionViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class LocationForSecureConnectionViewModel @VisibleForTesting constructor(
3838
fun allowInsecureConnection(allowInsecureConnection: Boolean) {
3939
viewModelScope.launch {
4040
try {
41-
// serverManager.integrationRepository(serverId).setAllowInsecureConnection(allowInsecureConnection)
41+
serverManager.integrationRepository(serverId).setAllowInsecureConnection(allowInsecureConnection)
4242
} catch (e: Exception) {
4343
Timber.e(
4444
e,

0 commit comments

Comments
 (0)