mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-28 04:34:21 +01:00
Update device-transfer app build to work with the latest libsignal
This commit is contained in:
committed by
Cody Henthorne
parent
53c60e1f6d
commit
05b7055678
@@ -44,7 +44,7 @@
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/enable_permission" />
|
||||
app:layout_constraintTop_toBottomOf="@+id/libsignal_version" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/start_client"
|
||||
@@ -55,4 +55,13 @@
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/start_server" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/libsignal_version"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="libsignal: unknown"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/enable_permission" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
Reference in New Issue
Block a user