We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376f03c commit 577d536Copy full SHA for 577d536
ui/src/main/res/layout/tunnel_detail_peer.xml
@@ -173,7 +173,7 @@
173
android:text="@string/persistent_keepalive"
174
android:visibility="@{!item.persistentKeepalive.isPresent() ? android.view.View.GONE : android.view.View.VISIBLE}"
175
app:layout_constraintStart_toStartOf="parent"
176
- app:layout_constraintTop_toBottomOf="@+id/endpoint_text" />
+ app:layout_constraintTop_toBottomOf="@+id/resolve_address_text" />
177
178
<TextView
179
android:id="@+id/persistent_keepalive_text"
0 commit comments