fix: ui tunnel display bug

Fixes a bug where turning on auto tunneling hides the first tunnel in the app.

Closes #116
This commit is contained in:
Zane Schepke
2024-02-19 08:45:52 -05:00
parent 3247e94358
commit c8205c4c59
9 changed files with 188 additions and 105 deletions
+1 -2
View File
@@ -97,5 +97,4 @@ zxing-android-embedded = { module = "com.journeyapps:zxing-android-embedded", ve
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
hilt-android = { id = "com.google.dagger.hilt.android", version.ref = "hiltAndroid" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
androidLibrary = { id = "com.android.library", version.ref = "androidGradlePlugin" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }